This commit is contained in:
Ahmed Ibrahim
2025-08-19 17:09:06 -07:00
parent bc6368cff9
commit ec288958e9

View File

@@ -663,7 +663,7 @@ fn is_free_plan(login_status: &LoginStatus) -> bool {
}
}
fn should_show_login_screen(login_status: LoginStatus, config: &Config) -> bool {
fn should_show_login_screen(login_status: &LoginStatus, config: &Config) -> bool {
// Only show the login screen for providers that actually require OpenAI auth
// (OpenAI or equivalents). For OSS/other providers, skip login entirely.
if !config.model_provider.requires_openai_auth {