diff --git a/roles/seafile/templates/seahub_settings.py.j2 b/roles/seafile/templates/seahub_settings.py.j2 index 2c1accc..6fc863c 100644 --- a/roles/seafile/templates/seahub_settings.py.j2 +++ b/roles/seafile/templates/seahub_settings.py.j2 @@ -122,7 +122,6 @@ OAUTH_ATTRIBUTE_MAP = { "name": (False, "name"), } {% endif %} -{% endif %} {% if seafile_header_auth == True %} ENABLE_REMOTE_USER_AUTHENTICATION = True REMOTE_USER_HEADER = '{{ seafile_header_auth_name }}'