Improve 2FA security and user experience
This commit is contained in:
@ -15,7 +15,7 @@ templ content(title string) {
|
||||
Enter the 6-digit code sent to your registered device to complete the login process.
|
||||
</p>
|
||||
</div>
|
||||
<form class="space-y-6" action="/auth/totp" method="POST">
|
||||
<form class="space-y-6" method="POST">
|
||||
<div>
|
||||
<label for="code" class="block text-sm font-medium text-muted-foreground">
|
||||
Verification Code
|
||||
|
Reference in New Issue
Block a user