Disable auto complete in login form
This commit is contained in:
@@ -235,7 +235,7 @@ function Koneksyon({chimen}) {
|
|||||||
<FormControl fullWidth autoComplete='off'>
|
<FormControl fullWidth autoComplete='off'>
|
||||||
<InputLabel htmlFor='username'>E-mail</InputLabel>
|
<InputLabel htmlFor='username'>E-mail</InputLabel>
|
||||||
<Input
|
<Input
|
||||||
autoComplete='email'
|
autoComplete='new-password'
|
||||||
value={loginCredentials.username}
|
value={loginCredentials.username}
|
||||||
name='username'
|
name='username'
|
||||||
type='email'
|
type='email'
|
||||||
@@ -248,6 +248,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'
|
||||||
value={loginCredentials.password}
|
value={loginCredentials.password}
|
||||||
name='password'
|
name='password'
|
||||||
type={showPassword ? 'text' : 'password'}
|
type={showPassword ? 'text' : 'password'}
|
||||||
|
|||||||
Reference in New Issue
Block a user