From 9897a2b80a6f371363faf1345f406ea581b841db Mon Sep 17 00:00:00 2001 From: Marat Boshernitsan Date: Wed, 25 Jun 2025 09:11:54 -0700 Subject: Clarify why authentication failures might be happening and direct users to documentation (#1478) Co-authored-by: Scott Densmore Co-authored-by: matt korwel --- packages/cli/src/ui/components/AuthDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/components/AuthDialog.tsx') 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 }, -- cgit v1.2.3