source:
PostgreSqlDotnetCore/Areas/Identity/Pages/Account/Lockout.cshtml
Last change on this file was 2aea0fd, checked in by , 4 months ago | |
---|---|
|
|
File size: 233 bytes |
Line | |
---|---|
1 | @page |
2 | @model LockoutModel |
3 | @{ |
4 | ViewData["Title"] = "Locked out"; |
5 | } |
6 | |
7 | <header> |
8 | <h1 class="text-danger">@ViewData["Title"]</h1> |
9 | <p class="text-danger">This account has been locked out, please try again later.</p> |
10 | </header> |
Note:
See TracBrowser
for help on using the repository browser.