We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673165c commit 8575b85Copy full SHA for 8575b85
extensions/microsoft-authentication/src/AADHelper.ts
@@ -710,7 +710,7 @@ export class AzureActiveDirectoryService {
710
if (this._tokens.length === 0) {
711
await this._keychain.deleteToken();
712
} else {
713
- this.storeTokenData();
+ await this.storeTokenData();
714
}
715
716
return session;
0 commit comments