Update placeholder

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-10 09:25:31 +01:00
parent 01457c4328
commit 5f8333e3f6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const TextInput = ({ placeholder, onChange, value, borderStyle, password, classN
<TextInput
type={showPassword ? "text" : "password"}
value={value}
placeholder="Mot de passe"
placeholder={placeholder}
onChange={onChange}
className={styles.passwordInput}
/>