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

8 lines
189 B
Text
Raw Normal View History

2019-01-01 16:28:47 +00:00
@{
2023-03-20 19:38:50 +00:00
ViewData["Title"] = "Reset password confirmation";
2019-01-01 16:28:47 +00:00
}
<h1>@ViewData["Title"].</h1>
<p>
2023-03-20 09:13:16 +00:00
Your password has been reset."] Please"] <a href="~/signin">Click here to log in</a>.
2019-01-01 16:28:47 +00:00
</p>