Update orchestrator/src/client/components/OnboardingGate.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Shaheer Sarfaraz
2026-01-22 21:46:01 +00:00
committed by GitHub
co-authored by Copilot
parent a864fbba2e
commit 91ba0c9fbb
@@ -98,7 +98,6 @@ export const OnboardingGate: React.FC = () => {
const hasOpenrouterKey = Boolean(settings?.openrouterApiKeyHint)
const hasRxresumeEmail = Boolean(settings?.rxresumeEmail?.trim())
const hasRxresumePassword = Boolean(settings?.rxresumePasswordHint)
const hasRxresumeCredentials = hasRxresumeEmail && hasRxresumePassword
const hasBaseResume = resumeValidation.valid
const shouldOpen = Boolean(settings && !settingsLoading)