mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Clear account tokens before refresh (#18452)
* clear account tokens on refresh * update refresh button after refresh
This commit is contained in:
@@ -418,6 +418,7 @@ export class ConnectionWidget extends lifecycle.Disposable {
|
||||
if (account) {
|
||||
await this._accountManagementService.refreshAccount(account);
|
||||
await this.fillInAzureAccountOptions();
|
||||
this.updateRefreshCredentialsLink();
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user