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'
}}
/>