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(