yavsc/Yavsc/Views/Account/ResetPasswordConfirmation.cshtml

8 lines
221 B
Text
Raw Normal View History

2016-05-17 18:22:18 +02:00
@{
ViewData["Title"] = "Reset password confirmation";
}
<h1>@ViewData["Title"].</h1>
<p>
Your password has been reset. Please <a asp-controller="Account" asp-action="Login">Click here to log in</a>.
</p>