From f68ed3562e7a1034de78420494bafb50673b3b07 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 4 Sep 2022 00:24:51 +0200 Subject: [PATCH] core: fix custom favicon not being set correctly on load Signed-off-by: Jens Langhammer --- authentik/core/templates/if/admin.html | 2 ++ authentik/core/templates/if/flow.html | 2 ++ authentik/core/templates/if/user.html | 2 ++ 3 files changed, 6 insertions(+) diff --git a/authentik/core/templates/if/admin.html b/authentik/core/templates/if/admin.html index f60333538..68b8f2768 100644 --- a/authentik/core/templates/if/admin.html +++ b/authentik/core/templates/if/admin.html @@ -7,6 +7,8 @@ + + {% endif %} diff --git a/authentik/core/templates/if/user.html b/authentik/core/templates/if/user.html index 59a10db9b..9a6e6da9e 100644 --- a/authentik/core/templates/if/user.html +++ b/authentik/core/templates/if/user.html @@ -7,6 +7,8 @@ + +