diff --git a/authentik/core/templates/if/flow.html b/authentik/core/templates/if/flow.html index cdb9afbd5..b1435d2f6 100644 --- a/authentik/core/templates/if/flow.html +++ b/authentik/core/templates/if/flow.html @@ -11,6 +11,11 @@ {% block head %} + {% endblock %} {% block body %} diff --git a/authentik/core/templates/login/base_full.html b/authentik/core/templates/login/base_full.html index b236bb7a7..8750fb341 100644 --- a/authentik/core/templates/login/base_full.html +++ b/authentik/core/templates/login/base_full.html @@ -7,6 +7,14 @@ {% endblock %} +{% block head %} + +{% endblock %} + {% block body %}
diff --git a/web/src/authentik.css b/web/src/authentik.css index e4eb584a4..bb409f2f1 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -68,7 +68,7 @@ html > form > input { /* ensure background on non-flow pages match */ .pf-c-background-image::before { - background-image: var(--ak-flow-background, url("/static/dist/assets/images/flow_background.jpg")); + background-image: var(--ak-flow-background); background-position: center; }