The username field is defined as: ``` <input autocomplete="username" type="text" id="username" name="_username" ... ``` If the username is an email, changing the type-attribute to "email" would make the input more user-friendly.
The username field is defined as:
If the username is an email, changing the type-attribute to "email" would make the input more user-friendly.