From 9bbcc21f9ce46dc2d6e22f6f5214f3622aa35209 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 14 May 2024 04:55:42 +0200 Subject: [PATCH] Remove debug file --- src/login/template.ftl | 169 ----------------------------------------- 1 file changed, 169 deletions(-) delete mode 100644 src/login/template.ftl diff --git a/src/login/template.ftl b/src/login/template.ftl deleted file mode 100644 index d6b9060a..00000000 --- a/src/login/template.ftl +++ /dev/null @@ -1,169 +0,0 @@ -<#macro registrationLayout bodyClass="" displayInfo=false displayMessage=true displayRequiredFields=false> - - lang="${locale.currentLanguageTag}"> - - - - - - - <#if properties.meta?has_content> - <#list properties.meta?split(' ') as meta> - - - - ${msg("loginTitle",(realm.displayName!''))} - - <#if properties.stylesCommon?has_content> - <#list properties.stylesCommon?split(' ') as style> - - - - <#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> - - - - <#if authenticationSession??> - - - - - -
-
-
${kcSanitize(msg("loginTitleHtml",(realm.displayNameHtml!'')))?no_esc}
-
-
-
- <#if realm.internationalizationEnabled && locale.supported?size gt 1> -
-
- -
-
- - <#if !(auth?has_content && auth.showUsername() && !auth.showResetCredentials())> - <#if displayRequiredFields> -
-
- * ${msg("requiredFields")} -
-
-

<#nested "header">

-
-
- <#else> -

<#nested "header">

- - <#else> - <#if displayRequiredFields> -
-
- * ${msg("requiredFields")} -
-
- <#nested "show-username"> -
- - - - -
-
-
- <#else> - <#nested "show-username"> -
- - - - -
- - -
-
-
- - <#-- App-initiated actions should not see warning messages about the need to complete the action --> - <#-- during login. --> - <#if displayMessage && message?has_content && (message.type != 'warning' || !isAppInitiatedAction??)> -
-
- <#if message.type = 'success'> - <#if message.type = 'warning'> - <#if message.type = 'error'> - <#if message.type = 'info'> -
- ${kcSanitize(message.summary)?no_esc} -
- - - <#nested "form"> - - <#if auth?has_content && auth.showTryAnotherWayLink()> -
- -
- - - <#nested "socialProviders"> - - <#if displayInfo> -
-
- <#nested "info"> -
-
- -
-
- -
-
- - -