Skip to content
Snippets Groups Projects
Commit 1a34c35d authored by Anders Austlid's avatar Anders Austlid
Browse files

Changed to correct auth name

parent f1ece3c9
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@ public class GroupController {
.id(userGroupId)
.group(group)
.user(user)
.groupAuthority("USER")
.groupAuthority("MEMBER")
.build();
user.addGroup(userGroupAsso);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment