yavsc/src/Yavsc.Org/Views/Account/ResetPasswordConfirmation.cshtml

8 lines
177 B
Text
Raw Normal View History

2025-09-07 22:37:21 +01:00
@{
2026-06-04 12:13:37 +01:00
ViewBag.Title = "Reset password confirmation";
2025-09-07 22:37:21 +01:00
}
2026-06-04 12:13:37 +01:00
<h1>@ViewBag.Title.</h1>
2025-09-07 22:37:21 +01:00
<p>
Your password has been reset. Please <a href="~/signin">Click here to log in</a>.
</p>