Remove `type="email"` from username field in AddEditUserDialog
As the username doesn't have to be an email, having email as the type is incorrect. This change also makes it more consistent with the way it is defined in the login form.
This commit is contained in:
parent
db9183d2cf
commit
e3f2696f31
|
|
@ -54,7 +54,6 @@ export default class AddEditDialog extends Component<IProps, IState> {
|
|||
margin="dense"
|
||||
className="name"
|
||||
label="Name *"
|
||||
type="email"
|
||||
value={name}
|
||||
name="username"
|
||||
id="username"
|
||||
|
|
|
|||
Loading…
Reference in New Issue