Skip to content

Commit 97262bf

Browse files
authored
Merge pull request #7 from coderflexx/globalize-turnsile-field
Add support for livewire forms components.
2 parents 4e3a068 + ee2ac7a commit 97262bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/views/components/turnstile.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@
3838
</div>
3939
</div>
4040

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

0 commit comments

Comments
 (0)