From a3d3d9cf480706fab0a1b2e13aaa0807788225c4 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:38:03 +0000 Subject: [PATCH] Fix: Revert Captcha execution mode --- src/components/auth/TurnstileCaptcha.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/auth/TurnstileCaptcha.tsx b/src/components/auth/TurnstileCaptcha.tsx index e57f2ca1..7b020dba 100644 --- a/src/components/auth/TurnstileCaptcha.tsx +++ b/src/components/auth/TurnstileCaptcha.tsx @@ -115,7 +115,7 @@ export function TurnstileCaptcha({ options={{ theme, size, - execution: 'execute', + execution: 'render', appearance: 'always', retry: 'auto' }}