Update Auth Label to include AI Studio (#2130)

Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
Philipp Schmid 2025-06-27 23:33:26 +02:00 committed by GitHub
parent d35e7d3eb1
commit ac24fd27e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
];