diff --git a/src/stores/AccountController.ts b/src/stores/AccountController.ts index 80eb52519..2c519ed42 100644 --- a/src/stores/AccountController.ts +++ b/src/stores/AccountController.ts @@ -182,6 +182,9 @@ export const logout = async () => { useAccountStore.setState({ auth: null, user: null, + subscription: null, + transactions: null, + activePayment: null, customerConsents: null, publisherConsents: null, });