mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 01:25:38 -05:00
save password checkbox fix (#17718)
* save password checkbox fix * remove code to reset the checkbox value
This commit is contained in:
@@ -454,7 +454,6 @@ export class ConnectionWidget extends lifecycle.Disposable {
|
||||
let currentAuthType = this.getMatchingAuthType(selectedAuthType);
|
||||
this._userNameInputBox.hideMessage();
|
||||
this._passwordInputBox.hideMessage();
|
||||
this._rememberPasswordCheckBox.checked = false;
|
||||
this._azureAccountDropdown.hideMessage();
|
||||
this._azureTenantDropdown.hideMessage();
|
||||
this._tableContainer.classList.add('hide-username');
|
||||
|
||||
Reference in New Issue
Block a user