mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
password restore dialog
This commit is contained in:
parent
0cfc6357b9
commit
078c531e93
14 changed files with 270 additions and 33 deletions
|
@ -87,7 +87,7 @@ export const authSetRestore = (restore: Partial<IAuthState['restore']>) => ({
|
|||
restore,
|
||||
});
|
||||
|
||||
export const authRestorePassword = (code: string) => ({
|
||||
type: AUTH_USER_ACTIONS.RESTORE_PASSWORD,
|
||||
export const authShowRestoreModal = (code: string) => ({
|
||||
type: AUTH_USER_ACTIONS.SHOW_RESTORE_MODAL,
|
||||
code,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue