Disable auto complete on register

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-10-23 05:16:47 +04:00
parent 282daf868d
commit 5a9c6b1c09
+1
View File
@@ -311,6 +311,7 @@ function Koneksyon({chimen}) {
<FormControl fullWidth style={{marginTop: '1em'}}>
<InputLabel htmlFor='password'>Mot de passe</InputLabel>
<Input
autoComplete='new-password' // Disable auto complete
value={registerCredentials.password}
name='register-password'
type={showRegisterPassword ? 'text' : 'password'}