02a19aff56
Make csproj templates first-class in dotnet-new.
10 lines
231 B
Text
10 lines
231 B
Text
@{
|
|
ViewData["Title"] = "Confirm Email";
|
|
}
|
|
|
|
<h2>@ViewData["Title"].</h2>
|
|
<div>
|
|
<p>
|
|
Thank you for confirming your email. Please <a asp-controller="Account" asp-action="Login">Click here to Log in</a>.
|
|
</p>
|
|
</div>
|