Web version login support send factor code

This commit is contained in:
2025-06-29 00:32:28 +08:00
parent 98b2eeb13d
commit d7b443e678
9 changed files with 497 additions and 224 deletions

View File

@ -4,7 +4,7 @@
ViewData["Title"] = "Login";
}
<div class="min-h-screen flex items-center justify-center bg-gray-100 dark:bg-gray-900">
<div class="h-full flex items-center justify-center bg-gray-100 dark:bg-gray-900">
<div class="bg-white dark:bg-gray-800 p-8 rounded-lg shadow-md w-full max-w-md">
<h1 class="text-2xl font-bold text-center text-gray-900 dark:text-white mb-6">Login</h1>