add missing headers

This commit is contained in:
m
2026-07-14 09:59:41 +02:00
parent 76ceafa56c
commit 333387ad98
5 changed files with 18 additions and 2 deletions
+2
View File
@@ -46,6 +46,7 @@ export function LoginScreen({ navigation }: any) {
<TextInput
style={styles.input}
placeholder="Nom d'utilisateur"
placeholderTextColor="#999"
value={username}
onChangeText={setUsername}
autoCapitalize="none"
@@ -56,6 +57,7 @@ export function LoginScreen({ navigation }: any) {
<TextInput
style={styles.input}
placeholder="Mot de passe"
placeholderTextColor="#999"
value={password}
onChangeText={setPassword}
secureTextEntry