Forgot your password?
@if (sendSuccess) {

If the email you entered exists on our server, you will receive a message with instructions on how to reset your password.

To the login
} @else {

We will send you an email with instructions to reset your password.

@if (!mail.valid && mail.touched) {

Please enter your email

} @else { @if (mail.touched && authData.mail.length > 0 && !isUserEmailValid(authData.mail.toLowerCase())) {

This is not a valid email format

}}
}