Fix login auth argument comment

This commit is contained in:
adrian
2026-04-10 17:33:56 -07:00
parent 4c07356c47
commit 458a6319e7

View File

@@ -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();