mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
fixes: #37911 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> (cherry picked from commit 0f48315279ff7c7577b8eefe1b0c0ba7b8b0fd20)
This commit is contained in:
parent
bdc7a64976
commit
afe614726b
@ -23,7 +23,7 @@ export const TextComponent = (props: UserProfileFieldProps) => {
|
||||
: label(
|
||||
props.t,
|
||||
attribute.annotations?.["inputTypePlaceholder"] as string,
|
||||
attribute.name,
|
||||
"",
|
||||
attribute.annotations?.[
|
||||
"inputOptionLabelsI18nPrefix"
|
||||
] as string,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user