Skip to content

Commit

Permalink
Merge pull request #7 from coderflexx/globalize-turnsile-field
Browse files Browse the repository at this point in the history
Add support for livewire forms components.
  • Loading branch information
ousid authored Nov 9, 2023
2 parents 4e3a068 + ee2ac7a commit 97262bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/components/turnstile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@
</div>
</div>

@push('scripts')
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback" defer></script>
@endpush
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback" defer></script>
</x-dynamic-component>

0 comments on commit 97262bf

Please sign in to comment.