summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/AuthDialog.tsx
diff options
context:
space:
mode:
authorPhilipp Schmid <[email protected]>2025-06-27 23:33:26 +0200
committerGitHub <[email protected]>2025-06-27 21:33:26 +0000
commitac24fd27e4d6ad7c41c78f72d1d1efbe411c2615 (patch)
treeef9bd9b25aedc37aeb6e9c96e9d0b84a3b76b7f5 /packages/cli/src/ui/components/AuthDialog.tsx
parentd35e7d3eb1a46b90bf9044d58b9048962becf672 (diff)
Update Auth Label to include AI Studio (#2130)
Co-authored-by: Allen Hutchison <[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 ce8e25e0..2a29bbd3 100644
--- a/packages/cli/src/ui/components/AuthDialog.tsx
+++ b/packages/cli/src/ui/components/AuthDialog.tsx
@@ -33,7 +33,7 @@ export function AuthDialog({
label: 'Login with Google',
value: AuthType.LOGIN_WITH_GOOGLE_PERSONAL,
},
- { label: 'Gemini API Key', value: AuthType.USE_GEMINI },
+ { label: 'Gemini API Key (AI Studio)', value: AuthType.USE_GEMINI },
{ label: 'Vertex AI', value: AuthType.USE_VERTEX_AI },
];