mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
@page
|
|
@model ForgotPasswordConfirmation
|
|
@{
|
|
ViewData["Title"] = "Forgot password confirmation";
|
|
}
|
|
<h1>@ViewData["Title"]</h1>
|
|
<p>
|
|
Please check your email to reset your password.
|
|
</p> |