mirror of
https://github.com/openai/codex.git
synced 2026-09-07 15:40:00 +00:00
codex: fix CI failure on PR #19635
This commit is contained in:
@@ -9,8 +9,7 @@ use crate::default_client::build_reqwest_client;
|
||||
|
||||
use super::storage::AgentIdentityAuthRecord;
|
||||
|
||||
const AGENT_IDENTITY_AUTHAPI_BASE_URL: &str =
|
||||
"https://auth.openai.com/api/accounts";
|
||||
const AGENT_IDENTITY_AUTHAPI_BASE_URL: &str = "https://auth.openai.com/api/accounts";
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct AgentIdentityAuth {
|
||||
|
||||
Reference in New Issue
Block a user