Files
aliasvault/apps/server/AliasVault.Admin/Auth/Pages/Lockout.razor
2025-04-30 19:03:18 +02:00

9 lines
346 B
Plaintext

@page "/user/lockout"
<LayoutPageTitle>Locked out</LayoutPageTitle>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-2">
Locked out
</h2>
<p class="text-sm text-gray-500 dark:text-gray-400">You have entered an incorrect password too many times and your account has now been locked out. You can try again in 30 minutes.</p>