1
0
mirror of https://github.com/chyzy/RSystem-MVC synced 2024-11-26 16:15:29 +01:00
RSystem-MVC-Fork/RSystem/Views/Account/ForgotPasswordConfirmation.cshtml

14 lines
211 B
Plaintext
Raw Normal View History

2018-04-17 11:20:49 +02:00
@{
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>