Torma Kristóf
634488c2d8
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
@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>
|