Fix pending OAuth verifier storage and account id fallback
This commit is contained in:
parent
e8aa63822a
commit
96109d46d1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
dead_code
|
||||
)]
|
||||
|
||||
use anyhow::{bail, Result};
|
||||
use anyhow::{Result, bail};
|
||||
use clap::{Parser, Subcommand};
|
||||
use tracing::info;
|
||||
use tracing_subscriber::{fmt, EnvFilter};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue