- added pages for CONFIDI user;
This commit is contained in:
@@ -31,7 +31,7 @@ const LoginAdmin = () => {
|
||||
} = useForm({ mode: 'onChange' });
|
||||
|
||||
const gotToResetPassword = () => {
|
||||
navigate('/reset-password');
|
||||
navigate('/reset-password-admin');
|
||||
}
|
||||
|
||||
const onSubmit = (formData) => {
|
||||
@@ -83,7 +83,7 @@ const LoginAdmin = () => {
|
||||
<div className="appPageLogin__wrapper">
|
||||
<LogoIcon/>
|
||||
|
||||
<h1>{__('Accedi o Registrati', 'gepafin')}</h1>
|
||||
<h1>{__('Accedi', 'gepafin')}</h1>
|
||||
|
||||
<Messages ref={errorMsgs}/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user