mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
12666 Passed azureAccount into onFetchDatabases and set on tempProfile. (#13239)
This commit is contained in:
@@ -88,6 +88,8 @@ export class ConnectionStore {
|
||||
}
|
||||
return { profile: credentialsItem, savedCred: !!savedCred };
|
||||
});
|
||||
} else if (credentialsItem.authenticationType === 'AzureMFA' && credentialsItem.azureAccount) {
|
||||
return Promise.resolve({ profile: credentialsItem, savedCred: true });
|
||||
} else {
|
||||
// No need to look up the password
|
||||
return Promise.resolve({ profile: credentialsItem, savedCred: credentialsItem.savePassword });
|
||||
|
||||
Reference in New Issue
Block a user