From b7ba7f8ca0a2a979c170df357cc4d4a2bde29067 Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Fri, 10 Oct 2025 15:35:48 +0000
Subject: [PATCH] Refactor Captcha Loading
---
index.html | 4 ++++
src/components/auth/TurnstileCaptcha.tsx | 5 +++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index c8e0f607..e98bcf59 100644
--- a/index.html
+++ b/index.html
@@ -21,6 +21,10 @@
+
+
+
+
diff --git a/src/components/auth/TurnstileCaptcha.tsx b/src/components/auth/TurnstileCaptcha.tsx
index 4a9a8c6b..e57f2ca1 100644
--- a/src/components/auth/TurnstileCaptcha.tsx
+++ b/src/components/auth/TurnstileCaptcha.tsx
@@ -115,8 +115,9 @@ export function TurnstileCaptcha({
options={{
theme,
size,
- execution: 'render',
- appearance: 'always'
+ execution: 'execute',
+ appearance: 'always',
+ retry: 'auto'
}}
/>