Files
Vidly2/Vidly/Views/Account/ResetPasswordConfirmation.cshtml
2019-01-15 20:47:39 +01: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>