From 3fe0483dbff63cfb8fd152b6fdaa084223f26596 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 26 Jun 2021 20:20:09 +0200 Subject: [PATCH] core: fix flow background not correctly loading on initial draw Signed-off-by: Jens Langhammer --- authentik/core/templates/if/flow.html | 2 +- authentik/core/templates/login/base_full.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/core/templates/if/flow.html b/authentik/core/templates/if/flow.html index b1435d2f6..8b1a381a7 100644 --- a/authentik/core/templates/if/flow.html +++ b/authentik/core/templates/if/flow.html @@ -13,7 +13,7 @@ {% endblock %} diff --git a/authentik/core/templates/login/base_full.html b/authentik/core/templates/login/base_full.html index 8750fb341..cfeecb855 100644 --- a/authentik/core/templates/login/base_full.html +++ b/authentik/core/templates/login/base_full.html @@ -10,7 +10,7 @@ {% block head %} {% endblock %}