Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arduinomaster22 committed Dec 19, 2024
1 parent 810c44b commit 0406860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/auth/login-two-factor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
@endif
<form method="POST" action="{{ route('two-factor.login') }}" class="space-y-8">
@csrf

<div style="display: none">
<input type="text" id="recovery_code" name="recovery_code" value="">
</div>

{{ $this->form }}

<div class="flex items-center justify-between mt-6">
<x-filament::button type="submit" class="w-full" color="primary">
<x-filament::button type="submit" class="w-full" color="default">
{{ __('Login') }}
</x-filament::button>
</div>
Expand Down

0 comments on commit 0406860

Please sign in to comment.