AGSSbackend/AGSS/Areas/Identity/Pages/Account/ForgotPasswordConfirmation.cshtml

11 lines
194 B
Plaintext
Raw Permalink Normal View History

@page
@model ForgotPasswordConfirmation
@{
ViewData["Title"] = "Forgot password confirmation";
}
<h1>@ViewData["Title"]</h1>
<p>
Please check your email to reset your password.
</p>