Fix: Revert Captcha execution mode

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 15:38:03 +00:00
parent b7ba7f8ca0
commit a3d3d9cf48

View File

@@ -115,7 +115,7 @@ export function TurnstileCaptcha({
options={{
theme,
size,
execution: 'execute',
execution: 'render',
appearance: 'always',
retry: 'auto'
}}