Disable auto complete on register
This commit is contained in:
@@ -311,6 +311,7 @@ function Koneksyon({chimen}) {
|
|||||||
<FormControl fullWidth style={{marginTop: '1em'}}>
|
<FormControl fullWidth style={{marginTop: '1em'}}>
|
||||||
<InputLabel htmlFor='password'>Mot de passe</InputLabel>
|
<InputLabel htmlFor='password'>Mot de passe</InputLabel>
|
||||||
<Input
|
<Input
|
||||||
|
autoComplete='new-password' // Disable auto complete
|
||||||
value={registerCredentials.password}
|
value={registerCredentials.password}
|
||||||
name='register-password'
|
name='register-password'
|
||||||
type={showRegisterPassword ? 'text' : 'password'}
|
type={showRegisterPassword ? 'text' : 'password'}
|
||||||
|
|||||||
Reference in New Issue
Block a user