Skip to content

Commit

Permalink
- Added getAdminRoles to the DevUserConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonandre committed Feb 14, 2025
1 parent a0eab60 commit cad2c62
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ public Map<String, Set<DinaRole>> getRolesPerGroup() {
return devSettings.getRolesPerGroup();
}

public Set<DinaRole> getAdminRoles() {
return devSettings.getAdminRoles();
}

/**
* Get groups, regardless of the role within the group
* @return
Expand Down

0 comments on commit cad2c62

Please sign in to comment.