mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added account list and ability to drop them
This commit is contained in:
parent
2388a7e20e
commit
5396cf7611
11 changed files with 282 additions and 47 deletions
|
@ -24,6 +24,11 @@ export const AUTH_USER_ACTIONS = {
|
|||
REQUEST_RESTORE_CODE: 'REQUEST_RESTORE_CODE',
|
||||
SHOW_RESTORE_MODAL: 'SHOW_RESTORE_MODAL',
|
||||
RESTORE_PASSWORD: 'RESTORE_PASSWORD',
|
||||
|
||||
GET_SOCIALS: 'GET_SOCIALS',
|
||||
DROP_SOCIAL: 'DROP_SOCIAL',
|
||||
ADD_SOCIAL: 'ADD_SOCIAL',
|
||||
SET_SOCIALS: 'SET_SOCIALS',
|
||||
};
|
||||
|
||||
export const USER_ERRORS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue