
--- client/views/pages/AppStore.js
+++ client/views/pages/AppStore.js
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 |
|
4 | 4 |
export default createStore({ |
5 | 5 |
plugins: [createPersistedState({ |
6 |
- paths: ['userInfo', 'roles', 'pageAuth'], |
|
6 |
+ paths: ['authorization', 'userInfo', 'roles', 'pageAuth'], |
|
7 | 7 |
})], |
8 | 8 |
state: { |
9 | 9 |
authorization: null, |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?