From 96109d46d1cad6530531be7ecc9cce5162b38cf3 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 16 Feb 2026 10:48:25 +0300 Subject: [PATCH] Fix pending OAuth verifier storage and account id fallback --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 808bd98..5ff12dc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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};