diff options
Diffstat (limited to 'Project-Unite/Views/Account/ConfirmEmail.cshtml')
| -rw-r--r-- | Project-Unite/Views/Account/ConfirmEmail.cshtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Project-Unite/Views/Account/ConfirmEmail.cshtml b/Project-Unite/Views/Account/ConfirmEmail.cshtml new file mode 100644 index 0000000..ed02ad8 --- /dev/null +++ b/Project-Unite/Views/Account/ConfirmEmail.cshtml @@ -0,0 +1,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> |
