dotnet-installer/TestAssets/TestProjects/ProjectJsonWebTemplate/Views/Account/Lockout.cshtml

9 lines
197 B
Text
Raw Normal View History

@{
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>