+
{validationErrors().fullName}
@@ -179,46 +216,18 @@ export const RegisterForm = () => {
handleEmailInput(event.currentTarget.value)}
onBlur={handleEmailBlur}
/>
{validationErrors().email}
-
- {t('This email is')} {emailStatus() ? t(emailStatus()) : ''},{' '}
-
-
- changeSearchParams({ mode: 'login' })}>
- {t('enter')}
-
-
-
- resendVerifyEmail({ email: email(), identifier: 'basic_signup' })}
- >
- {t('resend confirmation link')}
-
-
-
-
- changeSearchParams({
- mode: 'send-reset-link',
- })
- }
- >
- {t('Set the new password').toLocaleLowerCase()}
-
-
setPasswordError(err)}
onInput={(value) => setPassword(value)}