mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-11 10:18:07 +09:00
clear membership data on logout
This commit is contained in:
parent
53d5b2c255
commit
9b8e6b66a7
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ class AuthStore {
|
|||
|
||||
this.accountListClear();
|
||||
this.nameSet('');
|
||||
this.membershipSet({ tier: I.MembershipTier.None, status: I.MembershipStatus.Unknown });
|
||||
};
|
||||
|
||||
logout (mainWindow: boolean, removeData: boolean) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue