Clear account tokens before refresh (#18452) (#18470)

* clear account tokens on refresh

* update refresh button after refresh
This commit is contained in:
Christopher Suh
2022-02-17 19:52:40 -08:00
committed by GitHub
parent 62822874ad
commit ee835356be
2 changed files with 6 additions and 0 deletions

View File

@@ -418,6 +418,7 @@ export class ConnectionWidget extends lifecycle.Disposable {
if (account) {
await this._accountManagementService.refreshAccount(account);
await this.fillInAzureAccountOptions();
this.updateRefreshCredentialsLink();
}
}));
}