🐛 Fix unclosed span bracket in register.ftl
Signed-off-by: Clément LEFEVRE <35725423+Firelods@users.noreply.github.com>
This commit is contained in:
parent
6708f1f12d
commit
2840dcb25c
1 changed files with 1 additions and 1 deletions
|
@ -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">*</span>
|
<span class="pf-v5-c-form__label-required" aria-hidden="true">*</span>
|
||||||
<span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<span class="${properties.kcInputGroup!}">
|
<span class="${properties.kcInputGroup!}">
|
||||||
<span class="${properties.kcInputClass!}">
|
<span class="${properties.kcInputClass!}">
|
||||||
|
|
Loading…
Reference in a new issue