diff --git a/templates/zerver/login.html b/templates/zerver/login.html index c837f75e75..4667fc52e4 100644 --- a/templates/zerver/login.html +++ b/templates/zerver/login.html @@ -110,6 +110,13 @@ page can be easily identified in it's respective JavaScript file. --> + +
+ {% if email_auth_enabled %} + {{ _('Forgot your password?') }} + {% endif %} +
+ {% else %} {% include "two_factor/_wizard_forms.html" %} {% endif %} @@ -145,10 +152,8 @@ page can be easily identified in it's respective JavaScript file. --> {% endfor %} -
- {% if email_auth_enabled %} - {{ _('Forgot your password?') }} - {% endif %} +