From 0e975757b8c224f28bbd7a2ac781989998104ede Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 20 Feb 2021 18:26:36 +0100 Subject: [PATCH] core: remove UILoginButton's icon_path --- authentik/core/templates/login/base.html | 6 ++---- authentik/core/templates/shell.html | 2 ++ authentik/core/types.py | 3 --- authentik/sources/oauth/models.py | 3 ++- authentik/sources/saml/models.py | 1 - .../templates/stages/identification/login.html | 6 ++---- 6 files changed, 8 insertions(+), 13 deletions(-) diff --git a/authentik/core/templates/login/base.html b/authentik/core/templates/login/base.html index f4f979996..e25da38ec 100644 --- a/authentik/core/templates/login/base.html +++ b/authentik/core/templates/login/base.html @@ -28,10 +28,8 @@ {% for source in sources %}