mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
Some asterisks indicating required fields in `user-profile-commons.ftl` and `register.ftl` are not wrapped in a `<span class="required">` tag. This caused incorrect styling in custom themes that inherit the base theme. Update the markup to wrap required field indicators with `<span class="required">`, matching the rest of the theme and ensuring consistent styling. Closes #45058 Signed-off-by: Geremia Taglialatela <tagliala.dev@gmail.com>