This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-29 14:20:37 +07:00
parent 7c1bcebcb8
commit 2fb1f4f841
2 changed files with 4 additions and 31 deletions

View file

@ -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,