mirror of
https://github.com/chyzy/RSystem-MVC
synced 2024-11-22 23:25:27 +01:00
14 lines
211 B
Plaintext
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>
|
|
|