hanyadikhetvan-dotnethf/HanyadikHetVan/Areas/Identity/Pages/Account/ForgotPasswordConfirmation.cshtml

12 lines
195 B
Plaintext
Raw Normal View History

2021-05-19 17:56:56 +02:00
@page
@model ForgotPasswordConfirmation
@{
ViewData["Title"] = "Forgot password confirmation";
}
<h1>@ViewData["Title"]</h1>
<p>
Please check your email to reset your password.
</p>