random id for acp local storage

This commit is contained in:
2021-08-11 10:43:37 +01:00
parent 59a37c4823
commit e10b25857e
+1 -1
View File
@@ -103,7 +103,7 @@ const makeStore = ({ isServer }) => {
const storage = require("redux-persist/lib/storage").default;
const persistConfig = {
key: "acp",
key: "acp_" + Math.floor(100000 + Math.random() * 900000),
whitelist: [
"currentView",
"search",