未验证 提交 8575b856 编写于 作者: T Tyler James Leonhardt 提交者: GitHub

await storing of token data (#136246)

上级 673165ca
......@@ -710,7 +710,7 @@ export class AzureActiveDirectoryService {
if (this._tokens.length === 0) {
await this._keychain.deleteToken();
} else {
this.storeTokenData();
await this.storeTokenData();
}
return session;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册