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

@if (form.controls['email'].touched && form.controls['email'].invalid) {
@if (form.controls['email'].errors?.['required']) {

Please enter your email

} @if (form.controls['email'].errors?.['invalidEmailFormat']) {

This is not a valid email format

}
}