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

diff loading for flow

This commit is contained in:
Fedor Katurov 2019-11-18 17:13:39 +07:00
parent 3a34178ac4
commit aa90258d25
4 changed files with 89 additions and 15 deletions

View file

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