1
0
mirror of https://github.com/chyzy/RSystem-MVC synced 2024-11-22 23:25:27 +01:00
RSystem-MVC-Fork/RSystem/Views/Account/ResetPasswordConfirmation.cshtml
2018-04-17 11:20:49 +02:00

13 lines
319 B
Plaintext

@{
ViewBag.Title = "Reset password confirmation";
}
<hgroup class="title">
<h1>@ViewBag.Title.</h1>
</hgroup>
<div>
<p>
Your password has been reset. Please @Html.ActionLink("click here to log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
</p>
</div>