Commit adba9e48 authored by tushar5526's avatar tushar5526
Browse files

fix: add users to USER roles in keycloak

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -52,6 +52,7 @@ export class AppService {
const nelement = Object.fromEntries(
Object.entries(element).map(([k, v]) => [lowerCase(k), v]),
);
nelement.roles = ['USER'];
nres.push(nelement);
});
return nres;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment