mirror of
https://github.com/openai/codex.git
synced 2026-05-25 13:34:51 +00:00
Fix login auth argument comment
This commit is contained in:
@@ -481,7 +481,7 @@ async fn auth_manager_notifies_when_auth_state_changes() {
|
||||
let dir = tempdir().unwrap();
|
||||
let manager = AuthManager::shared(
|
||||
dir.path().to_path_buf(),
|
||||
false,
|
||||
/*enable_codex_api_key_env*/ false,
|
||||
AuthCredentialsStoreMode::File,
|
||||
);
|
||||
let mut auth_state_rx = manager.subscribe_auth_state();
|
||||
|
||||
Reference in New Issue
Block a user