mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
removed console.log
This commit is contained in:
parent
5c73d1bce7
commit
5b7c3f364d
2 changed files with 1539 additions and 1 deletions
|
@ -55,7 +55,6 @@ const LoginDialogUnconnected: FC<IProps> = ({
|
|||
|
||||
const onRestoreRequest = useCallback(
|
||||
event => {
|
||||
console.log('a', { MODAL_ACTIONS, modalShowDialog, userSetLoginError });
|
||||
event.preventDefault();
|
||||
modalShowDialog(DIALOGS.RESTORE_REQUEST);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue