Skip to content

Commit

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

@csrf
{{ $this->form }}


<div style="display: none">
<input type="text" id="recovery_code" wire:model="recovery_code" name="recovery_code" value="">
<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">
{{ __('Login') }}
Expand Down

0 comments on commit d94c762

Please sign in to comment.