about summary refs log tree commit diff
path: root/src/state/index.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-09-29 13:55:07 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-09-29 13:55:07 -0500
commit11f213ad097f927795a48537876dfa6d62247ead (patch)
treeb5eb6623a44a526aa003ad749bfaabe320a90d0f /src/state/index.ts
parente3e4c4366cf293eeef173eff859eea775141baa1 (diff)
downloadvoidsky-11f213ad097f927795a48537876dfa6d62247ead.tar.zst
Clear all state on signout
Diffstat (limited to 'src/state/index.ts')
-rw-r--r--src/state/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/index.ts b/src/state/index.ts
index c833ad9f6..07a15f56a 100644
--- a/src/state/index.ts
+++ b/src/state/index.ts
@@ -32,7 +32,6 @@ export async function setupState() {
   })
 
   await rootStore.session.setup()
-  await rootStore.me.load()
   console.log(rootStore.me)
 
   return rootStore