mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix the connection issue when opening new query after connection (#2561)
This commit is contained in:
@@ -123,6 +123,7 @@ export class ConnectionStore {
|
|||||||
.then(savedCred => {
|
.then(savedCred => {
|
||||||
if (savedCred) {
|
if (savedCred) {
|
||||||
credentialsItem.password = savedCred.password;
|
credentialsItem.password = savedCred.password;
|
||||||
|
credentialsItem.options['password'] = savedCred.password;
|
||||||
}
|
}
|
||||||
resolve({ profile: credentialsItem, savedCred: !!savedCred });
|
resolve({ profile: credentialsItem, savedCred: !!savedCred });
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user