1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed heroimages

This commit is contained in:
Fedor Katurov 2019-11-19 16:22:04 +07:00
parent 323376ed90
commit c3d5b10ecb

View file

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