mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(cli): use correct setting key for Cloud Shell auth (#17884)
This commit is contained in:
@@ -367,7 +367,7 @@ export async function main() {
|
|||||||
) {
|
) {
|
||||||
settings.setValue(
|
settings.setValue(
|
||||||
SettingScope.User,
|
SettingScope.User,
|
||||||
'selectedAuthType',
|
'security.auth.selectedType',
|
||||||
AuthType.COMPUTE_ADC,
|
AuthType.COMPUTE_ADC,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user