From 3928c590a943762e4d32625f286c47bf249bb149 Mon Sep 17 00:00:00 2001 From: SaladDay Date: Tue, 23 Jun 2026 17:05:27 +0000 Subject: [PATCH] style(codex): satisfy prettier format check for reauth UI --- src/components/providers/forms/CodexOAuthSection.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/providers/forms/CodexOAuthSection.tsx b/src/components/providers/forms/CodexOAuthSection.tsx index 1423879f6..7546edb75 100644 --- a/src/components/providers/forms/CodexOAuthSection.tsx +++ b/src/components/providers/forms/CodexOAuthSection.tsx @@ -121,9 +121,7 @@ export const CodexOAuthSection: React.FC = ({ }; // 升级前登录的旧账号没有持久化 id_token,需重新登录补全 - const hasReauthAccounts = accounts.some( - (account) => account.reauth_required, - ); + const hasReauthAccounts = accounts.some((account) => account.reauth_required); const selectedAccountNeedsReauth = !!selectedAccountId && accounts.some(