await storing of token data (#136246)

This commit is contained in:
Tyler James Leonhardt 2021-11-01 13:37:57 -07:00 committed by GitHub
parent 673165ca93
commit 8575b85616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -710,7 +710,7 @@ export class AzureActiveDirectoryService {
if (this._tokens.length === 0) {
await this._keychain.deleteToken();
} else {
this.storeTokenData();
await this.storeTokenData();
}
return session;