mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +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>
|
<label for="username_input">Username:</label>
|
||||||
<input
|
<input
|
||||||
id="username_input"
|
id="username_input"
|
||||||
type="username"
|
type="text"
|
||||||
autocapitalize="off"
|
autocapitalize="off"
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
|
Reference in New Issue
Block a user