You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
216 B
8 lines
216 B
@{
|
|
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>
|
|
|