mirror of
https://github.com/cnlimiter/codex-register.git
synced 2026-08-14 17:04:08 +08:00
fix(register): 修复新版本注册流程
This commit is contained in:
@@ -65,8 +65,10 @@ OPENAI_API_ENDPOINTS = {
|
||||
"signup": "https://auth.openai.com/api/accounts/authorize/continue",
|
||||
"register": "https://auth.openai.com/api/accounts/user/register",
|
||||
"send_otp": "https://auth.openai.com/api/accounts/email-otp/send",
|
||||
"passwordless_send_otp": "https://auth.openai.com/api/accounts/passwordless/send-otp",
|
||||
"validate_otp": "https://auth.openai.com/api/accounts/email-otp/validate",
|
||||
"create_account": "https://auth.openai.com/api/accounts/create_account",
|
||||
"add_phone" : "https://auth.openai.com/add-phone",
|
||||
"select_workspace": "https://auth.openai.com/api/accounts/workspace/select",
|
||||
"password_verify" : "https://auth.openai.com/api/accounts/password/verify"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user