1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

added account list and ability to drop them

This commit is contained in:
Fedor Katurov 2020-07-26 18:31:15 +07:00
parent 2388a7e20e
commit 5396cf7611
11 changed files with 282 additions and 47 deletions

View file

@ -31,6 +31,12 @@ const INITIAL_STATE: IAuthState = {
messages: [],
messages_error: null,
patch_errors: {},
socials: {
accounts: [],
error: '',
is_loading: false,
},
},
restore: {