mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
feat: add support for login with ChatGPT
This commit is contained in:
@@ -382,6 +382,8 @@ async function handleCallback(
|
||||
|
||||
const exchanged = (await exchangeRes.json()) as {
|
||||
access_token: string;
|
||||
// NOTE(mbolin): I did not see the "key" property set in practice. Note
|
||||
// this property is not read by the code.
|
||||
key: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user