mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-17 16:51:15 -07:00
This commit is contained in:
committed by
GitHub
parent
d820c2335b
commit
925d747b9d
@@ -64,14 +64,9 @@ export function AuthDialog({
|
||||
});
|
||||
const items = [
|
||||
{
|
||||
label: 'Login with Google - Free Tier',
|
||||
label: 'Login with Google',
|
||||
value: AuthType.LOGIN_WITH_GOOGLE,
|
||||
},
|
||||
{
|
||||
label:
|
||||
'Login with Google - Gemini Code Assist (Requires GOOGLE_CLOUD_PROJECT)',
|
||||
value: AuthType.LOGIN_WITH_GOOGLE_GCA,
|
||||
},
|
||||
...(process.env['CLOUD_SHELL'] === 'true'
|
||||
? [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user