add label to PasswordInput component

This commit is contained in:
StarAppeal
2025-09-05 01:09:08 +02:00
parent 190798835a
commit e63032f79d
+1
View File
@@ -61,6 +61,7 @@ export default function LoginScreen() {
/>
<PasswordInput
label="Password"
returnKeyType="done"
value={password}
onChangeText={setPassword}