02a19aff56
Make csproj templates first-class in dotnet-new.
8 lines
213 B
Text
8 lines
213 B
Text
@{
|
|
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>
|