Skip to content

Commit

Permalink
Merge branch 'feature/fix-primary-colors' of github.com:vormkracht10/…
Browse files Browse the repository at this point in the history
…filament-two-factor-auth into feature/fix-primary-colors
  • Loading branch information
Baspa committed Dec 19, 2024
2 parents eb343c9 + f1fccf3 commit bce4bfc
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 bce4bfc

Please sign in to comment.