random id for acp local storage
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ const makeStore = ({ isServer }) => {
|
|||||||
const storage = require("redux-persist/lib/storage").default;
|
const storage = require("redux-persist/lib/storage").default;
|
||||||
|
|
||||||
const persistConfig = {
|
const persistConfig = {
|
||||||
key: "acp",
|
key: "acp_" + Math.floor(100000 + Math.random() * 900000),
|
||||||
whitelist: [
|
whitelist: [
|
||||||
"currentView",
|
"currentView",
|
||||||
"search",
|
"search",
|
||||||
|
|||||||
Reference in New Issue
Block a user