mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
Update Codex login success page UX (#20136)
## Summary update the local login success page to match the Codex desktop auth UX use theme-aware colors and an inline 20px Codex mark keep the actual localhost success page aligned with the browser auth UX PR ## Tests <img width="1728" height="1117" alt="Screenshot 2026-04-29 at 12 00 34 PM" src="https://github.com/user-attachments/assets/76a40c3f-07c3-452c-97da-e7c43717cd2c" />
This commit is contained in:
@@ -1607,7 +1607,9 @@ impl CodexClient {
|
||||
let request_id = self.request_id();
|
||||
let request = ClientRequest::LoginAccount {
|
||||
request_id: request_id.clone(),
|
||||
params: codex_app_server_protocol::LoginAccountParams::Chatgpt,
|
||||
params: codex_app_server_protocol::LoginAccountParams::Chatgpt {
|
||||
codex_streamlined_login: false,
|
||||
},
|
||||
};
|
||||
|
||||
self.send_request(request, request_id, "account/login/start")
|
||||
|
||||
Reference in New Issue
Block a user