summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Account/ConfirmEmail.cshtml
blob: ed02ad870f4a6626de2cc9a714bb297ce9f12dc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@{
    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>