mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
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 <tagliala.dev@gmail.com>