1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

removed flow from whitelist

This commit is contained in:
Fedor Katurov 2019-11-18 17:54:42 +07:00
parent aa90258d25
commit 59252232e0

View file

@ -45,7 +45,8 @@ const authPersistConfig: PersistConfig = {
const flowPersistConfig: PersistConfig = {
key: "flow",
whitelist: ["nodes", "heroes", "recent", "updated"],
// whitelist: ["nodes", "heroes", "recent", "updated"],
whitelist: [],
storage
};