mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
upgrade
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user