summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Account/ForgotPasswordConfirmation.cshtml
blob: dd7af8ca7c041a224694093bdbaa31b31723a304 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@{
    ViewBag.Title = "Forgot Password Confirmation";
}

<hgroup class="title">
    <h1>@ViewBag.Title.</h1>
</hgroup>
<div>
    <p>
        Please check your email to reset your password.
    </p>
</div>