mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
Fixes clearing of username/password on auth type change (#22138)
This commit is contained in:
@@ -130,7 +130,7 @@ export class CmsConnectionWidget extends ConnectionWidget {
|
||||
this.fillInConnectionForm(authTypeChanged);
|
||||
this.registerListeners();
|
||||
if (this._authTypeSelectBox) {
|
||||
this.onAuthTypeSelected(this._authTypeSelectBox.value);
|
||||
this.onAuthTypeSelected(this._authTypeSelectBox.value, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user