diff --git a/authentik/providers/oauth2/templates/providers/oauth2/end_session.html b/authentik/providers/oauth2/templates/providers/oauth2/end_session.html index c87b36347..55ed8988a 100644 --- a/authentik/providers/oauth2/templates/providers/oauth2/end_session.html +++ b/authentik/providers/oauth2/templates/providers/oauth2/end_session.html @@ -4,6 +4,16 @@ {% load i18n %} {% load authentik_utils %} +{% block head %} +{{ block.super }} + +{% endblock %} + {% block title %} {% trans 'End session' %} {% endblock %}