mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
Improve Auth error messaging (#1358)
This commit is contained in:
parent
104f23da90
commit
0abd2a644e
9 changed files with 57 additions and 31 deletions
|
|
@ -35,7 +35,7 @@ export function AuthDialog({
|
|||
},
|
||||
{ label: 'Gemini API Key', value: AuthType.USE_GEMINI },
|
||||
{
|
||||
label: 'Login with Google Work',
|
||||
label: 'Login with Google Workspace',
|
||||
value: AuthType.LOGIN_WITH_GOOGLE_ENTERPRISE,
|
||||
},
|
||||
{ label: 'Vertex AI', value: AuthType.USE_VERTEX_AI },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue