Improve Auth error messaging (#1358)

This commit is contained in:
Tommaso Sciortino 2025-06-23 18:37:41 -07:00 committed by GitHub
parent 104f23da90
commit 0abd2a644e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 57 additions and 31 deletions

View file

@ -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 },