save password checkbox fix (#17718)

* save password checkbox fix

* remove code to reset the checkbox value
This commit is contained in:
Alan Ren
2021-11-19 13:35:35 -08:00
committed by GitHub
parent 77e4fdd407
commit 24b22f63d7

View File

@@ -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');