02a19aff56
Make csproj templates first-class in dotnet-new.
8 lines
197 B
Text
8 lines
197 B
Text
@{
|
|
ViewData["Title"] = "Locked out";
|
|
}
|
|
|
|
<header>
|
|
<h1 class="text-danger">Locked out.</h1>
|
|
<p class="text-danger">This account has been locked out, please try again later.</p>
|
|
</header>
|