Skip to content

Commit

Permalink
Update roles.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Oct 20, 2023
1 parent 14583a1 commit fc1f8e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/src/components/roles.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ const roles = {
//Help functions created in auth module: isValidPenTeamRoleUserToken, isValidPenTeamRoleUser
PenTeamRole: config.get('server:edx:teamRoles:pen'),
//Help functions created in auth module: isValidSchoolMoveUserToken, isValidSchoolMoveUser
School: ['SCHOOL_ADMIN']
School: ['SCHOOL_ADMIN'],
EDX: [config.get('server:edx:roleAdmin')]
},
Admin: {
//Help functions created in auth module: isValidGMPAdmin
Expand Down

0 comments on commit fc1f8e8

Please sign in to comment.