Fix position and remove autocomplete
This commit is contained in:
@@ -280,11 +280,10 @@ function Koneksyon({chimen}) {
|
||||
</Button>
|
||||
</TabPanel>
|
||||
<TabPanel value={value} index={1}>
|
||||
<FormControl fullWidth style={{marginTop: '1em'}}>
|
||||
<FormControl fullWidth>
|
||||
<InputLabel htmlFor='register-email'>Email</InputLabel>
|
||||
<Input
|
||||
value={registerCredentials.email}
|
||||
autoComplete='email'
|
||||
name='register-email'
|
||||
type='email'
|
||||
id='register-email'
|
||||
@@ -292,11 +291,10 @@ function Koneksyon({chimen}) {
|
||||
onKeyUp={handleKeyUpRegister}
|
||||
/>
|
||||
</FormControl>
|
||||
<FormControl fullWidth>
|
||||
<FormControl fullWidth style={{marginTop: '1em'}}>
|
||||
<InputLabel htmlFor='register-username'>Nom d’utilisateur</InputLabel>
|
||||
<Input
|
||||
value={registerCredentials.username}
|
||||
autoComplete='username'
|
||||
name='register-username'
|
||||
type='text'
|
||||
id='register-username'
|
||||
|
||||
Reference in New Issue
Block a user