Add missing space before the *
This commit is contained in:
@ -58,7 +58,7 @@ export default function UserProfileFormFields(props: UserProfileFormFieldsProps<
|
|||||||
<label htmlFor={attribute.name} className={kcClsx("kcLabelClass")}>
|
<label htmlFor={attribute.name} className={kcClsx("kcLabelClass")}>
|
||||||
{advancedMsg(attribute.displayName ?? "")}
|
{advancedMsg(attribute.displayName ?? "")}
|
||||||
</label>
|
</label>
|
||||||
{attribute.required && <>*</>}
|
{attribute.required && <> *</>}
|
||||||
</div>
|
</div>
|
||||||
<div className={kcClsx("kcInputWrapperClass")}>
|
<div className={kcClsx("kcInputWrapperClass")}>
|
||||||
{attribute.annotations.inputHelperTextBefore !== undefined && (
|
{attribute.annotations.inputHelperTextBefore !== undefined && (
|
||||||
|
Reference in New Issue
Block a user