@model ResendVerificationEmailViewModel @{ ViewData["Title"] = "Resend verification email"; }

Account

Resend verification email

If your verification email did not arrive or the link has expired, request a new one here.

@if (TempData["AuthMessage"] is string authMessage) {
@authMessage
}
Back to Login Back to Register
@section Scripts { }