Torma Kristóf
634488c2d8
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
@page
|
|
@model ForgotPasswordConfirmation
|
|
@{
|
|
ViewData["Title"] = "Forgot password confirmation";
|
|
}
|
|
|
|
<h1>@ViewData["Title"]</h1>
|
|
<p>
|
|
Please check your email to reset your password.
|
|
</p>
|
|
|