auto compile and identity management

This commit is contained in:
Elias Jansson
2025-05-06 19:27:13 +02:00
parent a140a59f66
commit 365b650fb9
87 changed files with 5219 additions and 24 deletions

View 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>