yavsc/src/Yavsc/Views/Account/ResetPasswordConfirmation.cshtml
Paul Schneider 49ca652549 97 remaining
2023-03-20 19:38:50 +00:00

8 lines
189 B
Text
Executable file

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