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:
parent
aa90258d25
commit
59252232e0
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ const authPersistConfig: PersistConfig = {
|
|||
|
||||
const flowPersistConfig: PersistConfig = {
|
||||
key: "flow",
|
||||
whitelist: ["nodes", "heroes", "recent", "updated"],
|
||||
// whitelist: ["nodes", "heroes", "recent", "updated"],
|
||||
whitelist: [],
|
||||
storage
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue