auto-commit for 5426eca6-8bc8-4fac-b9c4-c0a84128087b

This commit is contained in:
emergent-agent-e1
2025-11-09 08:32:24 +00:00
parent 90dc115042
commit b3f02303c5
+1
View File
@@ -14,6 +14,7 @@ import {
} from 'react-native';
import { Ionicons } from '@expo/vector-icons';
import { useAuth } from '../contexts/AuthContext';
import i18n from '../config/i18n';
export default function AuthScreen({ navigation }: any) {
const { signIn, signUp } = useAuth();