From c6b13cb2ec30d94ed149b61203a3df6d51fda396 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 7 Jan 2026 18:32:43 +0100 Subject: [PATCH] Fix label wrapper class in config-totp template The labels in `login-config-totp.ftl` were wrapped with the `kcInputWrapperClass` instead of the intended `kcLabelWrapperClass`. This caused incorrect styling in custom themes inheriting the base theme. Update the markup to use `kcLabelWrapperClass`, matching the rest of the theme and ensuring consistent label styling. Closes #45053 Signed-off-by: Geremia Taglialatela --- .../src/main/resources/theme/base/login/login-config-totp.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/src/main/resources/theme/base/login/login-config-totp.ftl b/themes/src/main/resources/theme/base/login/login-config-totp.ftl index 670956af227..413003f7b66 100755 --- a/themes/src/main/resources/theme/base/login/login-config-totp.ftl +++ b/themes/src/main/resources/theme/base/login/login-config-totp.ftl @@ -52,7 +52,7 @@
-
+
*
@@ -74,7 +74,7 @@
-
+
<#if totp.otpCredentials?size gte 1>*