PSTW_CentralizeSystem/Areas/Identity/Pages/Account/ForgotPasswordConfirmation.cshtml
2025-03-20 15:46:52 +08:00

10 lines
166 B
Plaintext

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