auto compile and identity management
This commit is contained in:
10
Aberwyn/Areas/Identity/Pages/Account/Lockout.cshtml
Normal file
10
Aberwyn/Areas/Identity/Pages/Account/Lockout.cshtml
Normal file
@@ -0,0 +1,10 @@
|
||||
@page
|
||||
@model LockoutModel
|
||||
@{
|
||||
ViewData["Title"] = "Locked out";
|
||||
}
|
||||
|
||||
<header>
|
||||
<h1 class="text-danger">@ViewData["Title"]</h1>
|
||||
<p class="text-danger">This account has been locked out, please try again later.</p>
|
||||
</header>
|
||||
Reference in New Issue
Block a user