mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
@page
|
|
@model ForgotPasswordConfirmation
|
|
@{
|
|
ViewData["Title"] = "Forgot password confirmation";
|
|
}
|
|
|
|
<h1>@ViewData["Title"]</h1>
|
|
<p>
|
|
Please check your email to reset your password.
|
|
</p>
|