From b100c581f811dc4350a78cc0d524e5f6a5121c25 Mon Sep 17 00:00:00 2001 From: emergent-agent-e1 Date: Sat, 8 Nov 2025 15:21:27 +0000 Subject: [PATCH] auto-commit for fd2abc6b-77a4-4799-8db8-30ffcbd5cdd8 --- frontend/src/screens/HumanVerificationScreen.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/screens/HumanVerificationScreen.tsx b/frontend/src/screens/HumanVerificationScreen.tsx index ae4ffab5..1dfb21bb 100644 --- a/frontend/src/screens/HumanVerificationScreen.tsx +++ b/frontend/src/screens/HumanVerificationScreen.tsx @@ -15,8 +15,11 @@ const TURNSTILE_SITE_KEY = '1x00000000000000000000AA'; export default function HumanVerificationScreen({ navigation }: any) { const [loading, setLoading] = useState(true); const [verifying, setVerifying] = useState(false); + const [error, setError] = useState(null); const webViewRef = useRef(null); + console.log('HumanVerificationScreen mounted'); + const handleTurnstileToken = async (token: string) => { setVerifying(true);