fix test
This commit is contained in:
parent
7ed90ba142
commit
860989c3cf
2 changed files with 8 additions and 9 deletions
|
|
@ -229,6 +229,8 @@ export async function updateName(
|
|||
enabled: true,
|
||||
credentials: (password && [{ type: "password", value: opts?.password }]) || undefined,
|
||||
...rest,
|
||||
firstName,
|
||||
lastName,
|
||||
}),
|
||||
}).catch((e) => console.log("Keycloak Error: ", e));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue