mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-12 18:29:41 -06:00
Closes #25051 Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
@@ -397,7 +397,7 @@ export const UserForm = ({
|
||||
component={
|
||||
!user?.id
|
||||
? (props) => (
|
||||
<Link {...props} to={toUsers({ realm: realm.id! })} />
|
||||
<Link {...props} to={toUsers({ realm: realm.realm! })} />
|
||||
)
|
||||
: undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user