mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 问就是封包
This commit is contained in:
@@ -235,7 +235,7 @@ export function ConsoleOAuthFlow({
|
||||
await installOAuthTokens(result);
|
||||
const orgResult = await validateForceLoginOrg();
|
||||
if (!orgResult.valid) {
|
||||
throw new Error(orgResult.message);
|
||||
throw new Error((orgResult as { valid: false; message: string }).message);
|
||||
}
|
||||
setOAuthStatus({
|
||||
state: 'success'
|
||||
|
||||
Reference in New Issue
Block a user