mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
make sure controls are enabled (#19595)
This commit is contained in:
@@ -544,6 +544,9 @@ export class ConnectionWidget extends lifecycle.Disposable {
|
||||
} else if (currentAuthType === AuthenticationType.SqlLogin) {
|
||||
this._tableContainer.classList.remove('hide-username');
|
||||
this._tableContainer.classList.remove('hide-password');
|
||||
this._userNameInputBox.enable();
|
||||
this._passwordInputBox.enable();
|
||||
this._rememberPasswordCheckBox.enabled = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user