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

added callbacks to upload

This commit is contained in:
Fedor Katurov 2019-11-19 11:46:17 +07:00
parent 59252232e0
commit b6756bb3e5
5 changed files with 95 additions and 58 deletions

View file

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