source: PostgreSqlDotnetCore/Areas/Identity/Pages/Account/ForgotPasswordConfirmation.cshtml

main
Last change on this file was 2aea0fd, checked in by ElenaMoskova <elena.moskova99@…>, 2 months ago

init commit Elena

  • Property mode set to 100644
File size: 194 bytes
Line 
1@page
2@model ForgotPasswordConfirmation
3@{
4 ViewData["Title"] = "Forgot password confirmation";
5}
6
7<h1>@ViewData["Title"]</h1>
8<p>
9 Please check your email to reset your password.
10</p>
Note: See TracBrowser for help on using the repository browser.