1
0
Fork 0
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:
Andrew Simachev 2024-03-29 14:43:16 +01:00
parent 53d5b2c255
commit 9b8e6b66a7
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -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) {