10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
@page
|
|
@model ForgotPasswordConfirmation
|
|
@{
|
|
ViewData["Title"] = "Forgot password confirmation";
|
|
}
|
|
|
|
<p>
|
|
Please check your email to reset your password.
|
|
</p>
|