mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 22:31:13 -05:00
Refactor Captcha Loading
This commit is contained in:
@@ -21,6 +21,10 @@
|
|||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Cloudflare Turnstile - Preconnect for faster captcha loading -->
|
||||||
|
<link rel="dns-prefetch" href="https://challenges.cloudflare.com">
|
||||||
|
<link rel="preconnect" href="https://challenges.cloudflare.com" crossorigin>
|
||||||
|
|
||||||
<!-- Uppy CSS for photo upload functionality -->
|
<!-- Uppy CSS for photo upload functionality -->
|
||||||
<link href="https://releases.transloadit.com/uppy/v3.25.3/uppy.min.css" rel="stylesheet">
|
<link href="https://releases.transloadit.com/uppy/v3.25.3/uppy.min.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -115,8 +115,9 @@ export function TurnstileCaptcha({
|
|||||||
options={{
|
options={{
|
||||||
theme,
|
theme,
|
||||||
size,
|
size,
|
||||||
execution: 'render',
|
execution: 'execute',
|
||||||
appearance: 'always'
|
appearance: 'always',
|
||||||
|
retry: 'auto'
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user