Fixes clearing of username/password on auth type change (#22138)

This commit is contained in:
Cheena Malhotra
2023-03-03 12:45:09 -08:00
committed by GitHub
parent 19d77f02dd
commit 0ac6f40559
2 changed files with 7 additions and 9 deletions

View File

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