mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
user settings mechanism
This commit is contained in:
parent
5fe0deca17
commit
a90285a4ac
10 changed files with 162 additions and 4 deletions
|
@ -17,6 +17,7 @@ export const AUTH_USER_ACTIONS = {
|
|||
|
||||
SET_UPDATES: 'SET_UPDATES',
|
||||
SET_LAST_SEEN_MESSAGES: 'SET_LAST_SEEN_MESSAGES',
|
||||
PATCH_USER: 'PATCH_USER',
|
||||
};
|
||||
|
||||
export const USER_ERRORS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue