Files
RavenDB.Identity/Sample.Web.NetCore/Views/Account/ResetPasswordConfirmation.cshtml
T
2017-08-23 13:31:58 -05:00

9 lines
216 B
Plaintext

@{
ViewData["Title"] = "Reset password confirmation";
}
<h1>@ViewData["Title"].</h1>
<p>
Your password has been reset. Please <a asp-controller="Account" asp-action="Login">Click here to log in</a>.
</p>