diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-29 13:55:07 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-29 13:55:07 -0500 |
commit | 11f213ad097f927795a48537876dfa6d62247ead (patch) | |
tree | b5eb6623a44a526aa003ad749bfaabe320a90d0f /src/state/index.ts | |
parent | e3e4c4366cf293eeef173eff859eea775141baa1 (diff) | |
download | voidsky-11f213ad097f927795a48537876dfa6d62247ead.tar.zst |
Clear all state on signout
Diffstat (limited to 'src/state/index.ts')
-rw-r--r-- | src/state/index.ts | 1 |
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 |