ForgotPasswordConfirmation.cshtml 241 B

1234567891011
  1. @page
  2. @model BO.AppServer.Web.Areas.Identity.Pages.Account.ForgotPasswordConfirmation
  3. @{
  4. ViewData["Title"] = "Forgot password confirmation";
  5. }
  6. <h1>@ViewData["Title"]</h1>
  7. <p>
  8. Please check your email to reset your password.
  9. </p>