mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
code restore process finished
This commit is contained in:
parent
078c531e93
commit
e227c9660e
6 changed files with 61 additions and 18 deletions
|
@ -91,3 +91,8 @@ export const authShowRestoreModal = (code: string) => ({
|
|||
type: AUTH_USER_ACTIONS.SHOW_RESTORE_MODAL,
|
||||
code,
|
||||
});
|
||||
|
||||
export const authRestorePassword = (password: string) => ({
|
||||
type: AUTH_USER_ACTIONS.RESTORE_PASSWORD,
|
||||
password,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue