File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1010<x-dynamic-component :component =" $fieldWrapperView" :field =" $turnstile" >
1111
1212 <div wire:ignore
13+ x-load-js =" ['https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onTurnstileLoad']"
1314 x-data =" {
1415 state: $wire.entangle('{{ $statePath } } ').defer,
15- widgetId: null
16+ widgetId: null,
1617 }"
17- x-load-js =" ['https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onTurnstileLoad']"
1818 x-init =" (() => {
1919 let options = {
2020 sitekey: '{{ config (' turnstile.turnstile_site_key' )} } ',
6363 }
6464 })()"
6565 >
66- <div data-sitekey =" {{ config (' turnstile.turnstile_site_key' )} }"
67- data-theme =" {{ $theme } }"
68- data-language =" {{ $language } }"
69- data-size =" {{ $size } }"
70- x-ref =" turnstile"
71- >
72- </div >
66+ <div x-ref =" turnstile" ></div >
7367 </div >
7468</x-dynamic-component >
You can’t perform that action at this time.
0 commit comments