提交 f58dad4a 编写于 作者: R Rachel Macfarlane

Fix 'No Auth Token' message on settings sync sign in

上级 2e5312cd
......@@ -132,7 +132,7 @@ export class UserDataSyncAccounts extends Disposable {
this._all = allAccounts;
const status = this.current ? AccountStatus.Available : AccountStatus.Unavailable;
if (this._status === AccountStatus.Unavailable) {
if (status === AccountStatus.Unavailable) {
await this.authenticationTokenService.setToken(undefined);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册