summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/AuthDialog.tsx
diff options
context:
space:
mode:
authorMarat Boshernitsan <[email protected]>2025-06-25 09:11:54 -0700
committerGitHub <[email protected]>2025-06-25 16:11:54 +0000
commit9897a2b80a6f371363faf1345f406ea581b841db (patch)
treeb209e9c6325748d5f91c1115cdfe7f92c369d5f2 /packages/cli/src/ui/components/AuthDialog.tsx
parent819507c5e8f9fe54b1ac15dfc953e252982cd1ae (diff)
Clarify why authentication failures might be happening and direct users to documentation (#1478)
Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: matt korwel <[email protected]>
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 2db9c080..6ff9268e 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 Workspace',
+ label: 'Login with Google (for Workspace or licensed Code Assist users)',
value: AuthType.LOGIN_WITH_GOOGLE_ENTERPRISE,
},
{ label: 'Vertex AI', value: AuthType.USE_VERTEX_AI },