Re add autoComplete to register form

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-02-06 19:34:52 +04:00
parent 23e5d56648
commit ccf2a53b53
+2
View File
@@ -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 dutilisateur</InputLabel>
<Input
autoComplete='username'
value={registerCredentials.username}
name='register-username'
type='text'