Skip to content

Commit 8575b85

Browse files
await storing of token data (microsoft#136246)
1 parent 673165c commit 8575b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/microsoft-authentication/src/AADHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ export class AzureActiveDirectoryService {
710710
if (this._tokens.length === 0) {
711711
await this._keychain.deleteToken();
712712
} else {
713-
this.storeTokenData();
713+
await this.storeTokenData();
714714
}
715715

716716
return session;

0 commit comments

Comments
 (0)