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