1
0
mirror of https://github.com/chyzy/RSystem-MVC synced 2024-12-25 10:20:29 +01:00
RSystem-MVC-Fork/RSystem/Views/Account/ConfirmEmail.cshtml

11 lines
275 B
Plaintext
Raw Normal View History

2018-04-17 11:20:49 +02:00
@{
ViewBag.Title = "Confirm Email";
}
<h2>@ViewBag.Title.</h2>
<div>
<p>
Thank you for confirming your email. Please @Html.ActionLink("Click here to Log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
</p>
</div>