From cb38ad10ea11437cb6daa708abbc8798e78541f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 4 Nov 2024 17:03:22 +0100 Subject: [PATCH] remove duplicate lines in theme Closes #34614 Signed-off-by: bschumann Co-authored-by: bschumann --- .../src/main/resources/theme/base/login/user-profile-commons.ftl | 1 - .../resources/theme/keycloak.v2/login/user-profile-commons.ftl | 1 - 2 files changed, 2 deletions(-) diff --git a/themes/src/main/resources/theme/base/login/user-profile-commons.ftl b/themes/src/main/resources/theme/base/login/user-profile-commons.ftl index 8aa885ddcd..9d5dfac23e 100644 --- a/themes/src/main/resources/theme/base/login/user-profile-commons.ftl +++ b/themes/src/main/resources/theme/base/login/user-profile-commons.ftl @@ -100,7 +100,6 @@ <#if attribute.annotations.inputTypeMax??>max="${attribute.annotations.inputTypeMax}" <#if attribute.annotations.inputTypeMin??>min="${attribute.annotations.inputTypeMin}" <#if attribute.annotations.inputTypeStep??>step="${attribute.annotations.inputTypeStep}" - <#if attribute.annotations.inputTypeStep??>step="${attribute.annotations.inputTypeStep}" <#list attribute.html5DataAnnotations as key, value> data-${key}="${value}" diff --git a/themes/src/main/resources/theme/keycloak.v2/login/user-profile-commons.ftl b/themes/src/main/resources/theme/keycloak.v2/login/user-profile-commons.ftl index 390474fbe5..46fb70d1df 100644 --- a/themes/src/main/resources/theme/keycloak.v2/login/user-profile-commons.ftl +++ b/themes/src/main/resources/theme/keycloak.v2/login/user-profile-commons.ftl @@ -94,7 +94,6 @@ <#if attribute.annotations.inputTypeMax??>max="${attribute.annotations.inputTypeMax}" <#if attribute.annotations.inputTypeMin??>min="${attribute.annotations.inputTypeMin}" <#if attribute.annotations.inputTypeStep??>step="${attribute.annotations.inputTypeStep}" - <#if attribute.annotations.inputTypeStep??>step="${attribute.annotations.inputTypeStep}" <#list attribute.html5DataAnnotations as key, value> data-${key}="${value}"