🐛 Fix unclosed span bracket in register.ftl

Signed-off-by: Clément LEFEVRE <35725423+Firelods@users.noreply.github.com>
This commit is contained in:
Clément LEFEVRE 2024-04-03 15:47:27 +02:00 committed by Pedro Igor
parent 6708f1f12d
commit 2840dcb25c

View file

@ -16,7 +16,7 @@
<span class="pf-v5-c-form__label-text"> <span class="pf-v5-c-form__label-text">
${msg("password")} ${msg("password")}
<span class="pf-v5-c-form__label-required" aria-hidden="true">&#42;</span> <span class="pf-v5-c-form__label-required" aria-hidden="true">&#42;</span>
<span> </span>
</label> </label>
<span class="${properties.kcInputGroup!}"> <span class="${properties.kcInputGroup!}">
<span class="${properties.kcInputClass!}"> <span class="${properties.kcInputClass!}">