summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/AuthDialog.tsx
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-06-23 18:37:41 -0700
committerGitHub <[email protected]>2025-06-24 01:37:41 +0000
commit0abd2a644e947b7794dd68615d5d3d1553b0b5fd (patch)
tree66c694836649c2b9cec97acdab6a5ab429329618 /packages/cli/src/ui/components/AuthDialog.tsx
parent104f23da90f506c75ac9ec44cbe63dacf0f04dcf (diff)
Improve Auth error messaging (#1358)
Diffstat (limited to 'packages/cli/src/ui/components/AuthDialog.tsx')
-rw-r--r--packages/cli/src/ui/components/AuthDialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/AuthDialog.tsx b/packages/cli/src/ui/components/AuthDialog.tsx
index c0e5d4f8..ba19df70 100644
--- a/packages/cli/src/ui/components/AuthDialog.tsx
+++ b/packages/cli/src/ui/components/AuthDialog.tsx
@@ -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 },