mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
periodical fetching updates
This commit is contained in:
parent
32a2a0567e
commit
6c1f8967e8
8 changed files with 52 additions and 3 deletions
|
@ -11,6 +11,10 @@ const INITIAL_STATE: IAuthState = {
|
|||
token: null,
|
||||
user: { ...EMPTY_USER },
|
||||
|
||||
updates: {
|
||||
messages: [],
|
||||
},
|
||||
|
||||
login: {
|
||||
error: null,
|
||||
is_loading: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue