Re add autoComplete to register form
This commit is contained in:
@@ -283,6 +283,7 @@ function Koneksyon({chimen}) {
|
|||||||
<FormControl fullWidth>
|
<FormControl fullWidth>
|
||||||
<InputLabel htmlFor='register-email'>Email</InputLabel>
|
<InputLabel htmlFor='register-email'>Email</InputLabel>
|
||||||
<Input
|
<Input
|
||||||
|
autoComplete='email'
|
||||||
value={registerCredentials.email}
|
value={registerCredentials.email}
|
||||||
name='register-email'
|
name='register-email'
|
||||||
type='email'
|
type='email'
|
||||||
@@ -294,6 +295,7 @@ function Koneksyon({chimen}) {
|
|||||||
<FormControl fullWidth style={{marginTop: '1em'}}>
|
<FormControl fullWidth style={{marginTop: '1em'}}>
|
||||||
<InputLabel htmlFor='register-username'>Nom d’utilisateur</InputLabel>
|
<InputLabel htmlFor='register-username'>Nom d’utilisateur</InputLabel>
|
||||||
<Input
|
<Input
|
||||||
|
autoComplete='username'
|
||||||
value={registerCredentials.username}
|
value={registerCredentials.username}
|
||||||
name='register-username'
|
name='register-username'
|
||||||
type='text'
|
type='text'
|
||||||
|
|||||||
Reference in New Issue
Block a user