Skip to content

Commit 37a3eb4

Browse files
committed
update
1 parent 32df009 commit 37a3eb4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/utils/stores/mailAccountsStore.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export class MailAccountsStore {
104104
}
105105

106106
static clear() {
107+
this.mailAccounts.clearData();
107108
this.mailAccounts.data.value = [] as MailAccount[];
108109
}
109110

app/utils/stores/userStore.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export class UserStore {
4444
}
4545

4646
static clear() {
47+
this.userInfo.clearData();
4748
this.userInfo.data.value = {} as UserInfo;
4849
}
4950

0 commit comments

Comments
 (0)