mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
fix: 修复初次登陆的校验问题
This commit is contained in:
@@ -148,9 +148,10 @@ export function Onboarding({ onDone }: Props): React.ReactNode {
|
||||
}
|
||||
|
||||
const steps: OnboardingStep[] = []
|
||||
if (oauthEnabled) {
|
||||
steps.push({ id: 'preflight', component: preflightStep })
|
||||
}
|
||||
// Preflight check disabled — users may use third-party API providers
|
||||
// if (oauthEnabled) {
|
||||
// steps.push({ id: 'preflight', component: preflightStep })
|
||||
// }
|
||||
steps.push({ id: 'theme', component: themeStep })
|
||||
|
||||
if (apiKeyNeedingApproval) {
|
||||
|
||||
Reference in New Issue
Block a user