Skip to content
Snippets Groups Projects
Commit 0a9566b1 authored by Alexis POYEN's avatar Alexis POYEN
Browse files

Fix : memberof replace by role

parent 752168f2
Loading
......@@ -77,7 +77,7 @@ class Users {
}
cleanUser(user) {
let props = ["password", "name", "surname", "memberOf", "displayName"];
let props = ["password", "name", "surname", "role", "displayName"];
for (const prop of props) {
user[prop] = user[prop] === undefined ? "" : user[prop];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment