Skip to content

Commit

Permalink
Remove component
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 27, 2024
1 parent d16f056 commit 12dbd94
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions resources/views/auth/verify-email.blade.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<x-filament::layouts.card title="{{__('Verify')}}">
<div class="filament-fortify-verify-email-page">
<form method="POST" action="{{ route('verification.send') }}" class="space-y-8">
<div class="filament-fortify-verify-email-page">
<form method="POST" action="{{ route('verification.send') }}" class="space-y-8">

@csrf
<x-filament::button type="submit" class="w-full">
{{ __('Verify') }}
</x-filament::button>
</form>
</div>
</x-filament::layouts.card>
@csrf
<x-filament::button type="submit" class="w-full">
{{ __('Verify') }}
</x-filament::button>
</form>
</div>

0 comments on commit 12dbd94

Please sign in to comment.