diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html index 32926b8ef..a69a908e0 100644 --- a/app/templates/views/manage-users.html +++ b/app/templates/views/manage-users.html @@ -48,15 +48,6 @@ label ) }} {% endfor %} - {% if current_service.has_permission('email_auth') %} -
- {% if user.auth_type == 'sms_auth' %} - Signs in with a text message code - {% else %} - Signs in with an email link - {% endif %} -
- {% endif %} {# only show if the service has folders #} {% if current_service.all_template_folders %}
@@ -71,6 +62,15 @@ {% endif%}
{% endif %} + {% if current_service.has_permission('email_auth') %} +
+ {% if user.auth_type == 'sms_auth' %} + Signs in with a text message code + {% else %} + Signs in with an email link + {% endif %} +
+ {% endif %} {% if current_user.has_permissions('manage_service') %}