mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
await storing of token data
This commit is contained in:
@@ -710,7 +710,7 @@ export class AzureActiveDirectoryService {
|
||||
if (this._tokens.length === 0) {
|
||||
await this._keychain.deleteToken();
|
||||
} else {
|
||||
this.storeTokenData();
|
||||
await this.storeTokenData();
|
||||
}
|
||||
|
||||
return session;
|
||||
|
||||
Reference in New Issue
Block a user