Scaffolded project
This commit is contained in:
commit
17a561094a
123 changed files with 64313 additions and 0 deletions
8
Components/Account/Pages/Lockout.razor
Normal file
8
Components/Account/Pages/Lockout.razor
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@page "/Account/Lockout"
|
||||
|
||||
<PageTitle>Locked out</PageTitle>
|
||||
|
||||
<header>
|
||||
<h1 class="text-danger">Locked out</h1>
|
||||
<p class="text-danger" role="alert">This account has been locked out, please try again later.</p>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue