mirror of
https://github.com/chyzy/RSystem-MVC
synced 2024-12-25 10:20:29 +01:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
|
@{
|
||
|
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>
|