8 lines
160 B
Text
Executable file
8 lines
160 B
Text
Executable file
@{
|
|
ViewData["Title"] = "Forgot Password Confirmation";
|
|
}
|
|
|
|
<h2>@ViewData["Title"].</h2>
|
|
<p>
|
|
Please check your email to reset your password.
|
|
</p>
|