keycloak
This commit is contained in:
parent
7c1bcebcb8
commit
2fb1f4f841
2 changed files with 4 additions and 31 deletions
|
|
@ -139,8 +139,6 @@ export async function getUserList(search = "") {
|
|||
return Boolean(console.error("Keycloak Error Response: ", await res.json()));
|
||||
}
|
||||
|
||||
console.log(res.json);
|
||||
|
||||
return ((await res.json()) as any[]).map((v: Record<string, string>) => ({
|
||||
id: v.id,
|
||||
username: v.username,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue