diff --git a/frontend/src/screens/HumanVerificationScreen.tsx b/frontend/src/screens/HumanVerificationScreen.tsx index 1b2ac312..ae4ffab5 100644 --- a/frontend/src/screens/HumanVerificationScreen.tsx +++ b/frontend/src/screens/HumanVerificationScreen.tsx @@ -3,12 +3,11 @@ import { View, Text, StyleSheet, - TouchableOpacity, SafeAreaView, ActivityIndicator, Alert, + Platform, } from 'react-native'; -import { Ionicons } from '@expo/vector-icons'; import { WebView } from 'react-native-webview'; const TURNSTILE_SITE_KEY = '1x00000000000000000000AA';