mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 09:11:03 +00:00
auto-commit for fd2abc6b-77a4-4799-8db8-30ffcbd5cdd8
This commit is contained in:
@@ -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<string | null>(null);
|
||||
const webViewRef = useRef<WebView>(null);
|
||||
|
||||
console.log('HumanVerificationScreen mounted');
|
||||
|
||||
const handleTurnstileToken = async (token: string) => {
|
||||
setVerifying(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user