diff options
| author | Philipp Schmid <[email protected]> | 2025-06-27 23:33:26 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-27 21:33:26 +0000 |
| commit | ac24fd27e4d6ad7c41c78f72d1d1efbe411c2615 (patch) | |
| tree | ef9bd9b25aedc37aeb6e9c96e9d0b84a3b76b7f5 | |
| parent | d35e7d3eb1a46b90bf9044d58b9048962becf672 (diff) | |
Update Auth Label to include AI Studio (#2130)
Co-authored-by: Allen Hutchison <[email protected]>
| -rw-r--r-- | packages/cli/src/ui/components/AuthDialog.tsx | 2 |
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 }, ]; |
