diff --git a/share/jupyterhub/templates/login.html b/share/jupyterhub/templates/login.html index 611036f9..96d613a3 100644 --- a/share/jupyterhub/templates/login.html +++ b/share/jupyterhub/templates/login.html @@ -35,82 +35,86 @@ {% if login_error %}
{{ login_error }}
{% endif %} {# Allow full override of the "label" and "input" elements of the username and password fields. #} - {% block username_password_input_override %} + {% block username_input %} - - - {% endblock username_password_input_override %} - {% if authenticator.request_otp %} - - - {% endif %} -