diff --git a/index.html b/index.html index e98bcf59..95501ad4 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,9 @@ + + + diff --git a/src/components/auth/TurnstileCaptcha.tsx b/src/components/auth/TurnstileCaptcha.tsx index 7b020dba..f3735b59 100644 --- a/src/components/auth/TurnstileCaptcha.tsx +++ b/src/components/auth/TurnstileCaptcha.tsx @@ -77,7 +77,7 @@ export function TurnstileCaptcha({ if (loading) { const timeout = setTimeout(() => { setLoading(false); - }, 10000); // 10 second timeout + }, 5000); // 5 second timeout return () => clearTimeout(timeout); } }, [loading]); @@ -95,13 +95,18 @@ export function TurnstileCaptcha({ return (