mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Hide connection account picker when there are no auth type options (#3350)
This commit is contained in:
@@ -545,6 +545,10 @@ export class ConnectionWidget {
|
|||||||
|
|
||||||
if (this._authTypeSelectBox) {
|
if (this._authTypeSelectBox) {
|
||||||
this.onAuthTypeSelected(this._authTypeSelectBox.value);
|
this.onAuthTypeSelected(this._authTypeSelectBox.value);
|
||||||
|
} else {
|
||||||
|
let tableContainerElement = this._tableContainer.getContainer();
|
||||||
|
tableContainerElement.classList.remove('hide-username-password');
|
||||||
|
tableContainerElement.classList.add('hide-azure-accounts');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Disable connect button if -
|
// Disable connect button if -
|
||||||
|
|||||||
Reference in New Issue
Block a user