Clear all state on signout

This commit is contained in:
Paul Frazee
2022-09-29 13:55:07 -05:00
parent 13ce232455
commit 2f7e3da138
6 changed files with 32 additions and 9 deletions
-1
View File
@@ -32,7 +32,6 @@ export async function setupState() {
})
await rootStore.session.setup()
await rootStore.me.load()
console.log(rootStore.me)
return rootStore