summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src/ui/components')
-rw-r--r--packages/cli/src/ui/components/AuthDialog.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/cli/src/ui/components/AuthDialog.tsx b/packages/cli/src/ui/components/AuthDialog.tsx
index 856d4238..be36da8a 100644
--- a/packages/cli/src/ui/components/AuthDialog.tsx
+++ b/packages/cli/src/ui/components/AuthDialog.tsx
@@ -30,15 +30,15 @@ export function AuthDialog({
);
const allAuthItems = [
{
- label: 'Login with Google Personal Account',
+ label: 'Login with Google',
value: AuthType.LOGIN_WITH_GOOGLE_PERSONAL,
},
{ label: 'Gemini API Key', value: AuthType.USE_GEMINI },
{
- label: 'Login with GCP Project and Google Work Account',
+ label: 'Login with Google Work',
value: AuthType.LOGIN_WITH_GOOGLE_ENTERPRISE,
},
- { label: 'Vertex AI', value: AuthType.USE_VERTEX_AI },
+ { label: 'Vertex API Key', value: AuthType.USE_VERTEX_AI },
];
const isSelectedAuthInMore = allAuthItems