fix(cli): use correct setting key for Cloud Shell auth (#17884)

This commit is contained in:
Sehoon Shon
2026-01-29 15:21:17 -05:00
committed by GitHub
parent 74468928e8
commit f2591aada6

View File

@@ -367,7 +367,7 @@ export async function main() {
) {
settings.setValue(
SettingScope.User,
'selectedAuthType',
'security.auth.selectedType',
AuthType.COMPUTE_ADC,
);
}