Files
RavenDB.Identity/Sample.Web.NetCore/Views/Account/Lockout.cshtml
T

9 lines
200 B
Plaintext
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>