@model ForgotPasswordViewModel @{ ViewBag.Title = "Forgot your password?"; }

@ViewBag.Title.

Enter your email.


@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }