source:
PostgreSqlDotnetCore/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml
Last change on this file was 2aea0fd, checked in by , 4 months ago | |
---|---|
|
|
File size: 234 bytes |
Line | |
---|---|
1 | @page |
2 | @model ResetPasswordConfirmationModel |
3 | @{ |
4 | ViewData["Title"] = "Reset password confirmation"; |
5 | } |
6 | |
7 | <h1>@ViewData["Title"]</h1> |
8 | <p> |
9 | Your password has been reset. Please <a asp-page="./Login">click here to log in</a>. |
10 | </p> |
Note:
See TracBrowser
for help on using the repository browser.