Email Verification

Please enter the 6-character verification code sent to: {{ email }}

Verification Code @if (form.controls.code.invalid && form.controls.code.touched) { @if (form.controls.code.errors?.['required']) { Verification code is required } @else if (form.controls.code.errors?.['minlength'] || form.controls.code.errors?.['maxlength']) { Code must be exactly 6 characters } @else { Please enter the 6-character code we sent you. } }
@if (mailVerified()) {

Email verified successfully!

}