Compare commits
2 commits
b5be03d4df
...
1408aa1713
Author | SHA1 | Date | |
---|---|---|---|
1408aa1713 | |||
5da9278a96 |
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ const store = createStore({
|
||||||
isLoadedKey: "persistent_loaded",
|
isLoadedKey: "persistent_loaded",
|
||||||
state: ["remember", "user", "events", "lastUsed",]
|
state: ["remember", "user", "events", "lastUsed",]
|
||||||
}), sharedStatePlugin({
|
}), sharedStatePlugin({
|
||||||
debug: true,
|
debug: false,
|
||||||
isLoadedKey: "shared_loaded",
|
isLoadedKey: "shared_loaded",
|
||||||
clearingMutation: "logout",
|
clearingMutation: "logout",
|
||||||
afterInit: "afterSharedInit",
|
afterInit: "afterSharedInit",
|
||||||
|
|
Loading…
Reference in a new issue