From b144310e190256ec8a5a1c0350101d5c6eba9034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Sun, 6 Sep 2020 01:33:02 +0200 Subject: [PATCH] Remove KC Sytles --- login/template.ftl | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/login/template.ftl b/login/template.ftl index f53a5de..e261797 100644 --- a/login/template.ftl +++ b/login/template.ftl @@ -10,37 +10,10 @@ - - <#if properties.meta?has_content> - <#list properties.meta?split(' ') as meta> - - - - ${msg("loginTitle",(realm.displayName!''))} - - <#if properties.styles?has_content> - <#list properties.styles?split(' ') as style> - - - - <#if properties.scripts?has_content> - <#list properties.scripts?split(' ') as script> - - - - <#if scripts??> - <#list scripts as script> - - - - -
-
-
${kcSanitize(msg("loginTitleHtml",(realm.displayNameHtml!'')))?no_esc}
-
-
+ +
<#if realm.internationalizationEnabled && locale.supported?size gt 1>
@@ -143,8 +116,6 @@
- -