From ac24fd27e4d6ad7c41c78f72d1d1efbe411c2615 Mon Sep 17 00:00:00 2001 From: Philipp Schmid <32632186+philschmid@users.noreply.github.com> Date: Fri, 27 Jun 2025 23:33:26 +0200 Subject: [PATCH] Update Auth Label to include AI Studio (#2130) Co-authored-by: Allen Hutchison --- packages/cli/src/ui/components/AuthDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, ];