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:
parent
59252232e0
commit
b6756bb3e5
5 changed files with 95 additions and 58 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue