mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 07:41:23 -07:00
Improve Auth error messaging (#1358)
This commit is contained in:
committed by
GitHub
parent
1b73e0bddd
commit
ce8abef6e7
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user