Files
ExternalClaimsToIdentityOwin/GetWordpressOAuthToken/Views/Account/ForgotPasswordConfirmation.cshtml
2016-10-03 15:43:03 -04:00

14 lines
211 B
Plaintext

@{
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>