diff --git a/web/src/store.js b/web/src/store.js index dcc3aea..7430c8b 100644 --- a/web/src/store.js +++ b/web/src/store.js @@ -501,7 +501,7 @@ const store = createStore({ isLoadedKey: "persistent_loaded", state: ["remember", "user", "events", "lastUsed",] }), sharedStatePlugin({ - debug: false, + debug: true, isLoadedKey: "shared_loaded", clearingMutation: "logout", afterInit: "afterSharedInit",