mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 23:13:00 +00:00
Change username input type to "text"
<input type="username"> isn't allowed according to the spec and causes problems with autofill in Firefox.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<label for="username_input">Username:</label>
|
||||
<input
|
||||
id="username_input"
|
||||
type="username"
|
||||
type="text"
|
||||
autocapitalize="off"
|
||||
autocorrect="off"
|
||||
class="form-control"
|
||||
|
Reference in New Issue
Block a user