From f5250f04c5d124e419b6948aa5de0b5f18fbaf26 Mon Sep 17 00:00:00 2001 From: Miha Frangez Date: Tue, 10 Oct 2017 22:30:20 +0200 Subject: [PATCH] Change username input type to "text" isn't allowed according to the spec and causes problems with autofill in Firefox. --- share/jupyter/hub/templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/jupyter/hub/templates/login.html b/share/jupyter/hub/templates/login.html index 0a2c48d4..bb2f3cb3 100644 --- a/share/jupyter/hub/templates/login.html +++ b/share/jupyter/hub/templates/login.html @@ -35,7 +35,7 @@