yavsc/src/Yavsc.Org/Views/Account/ResetPasswordConfirmation.cshtml
2026-06-04 12:13:37 +01:00

8 lines
177 B
Text
Executable file

@{
ViewBag.Title = "Reset password confirmation";
}
<h1>@ViewBag.Title.</h1>
<p>
Your password has been reset. Please <a href="~/signin">Click here to log in</a>.
</p>