await storing of token data

This commit is contained in:
Tyler Leonhardt
2021-11-01 10:06:07 -07:00
parent d848f76a66
commit e56b43a744

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;