Skip to content

Commit aebe899

Browse files
authored
Remove CONTENT_REVIEWER role from the add/remove lerners and profile update link edded for welcome email template (#268)
1 parent efe954c commit aebe899

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/protectedApi_v8/user/profile-details.ts

+1
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ profileDeatailsApi.post('/createUser', async (req, res) => {
430430
meetingLink: CONSTANTS.NINE_TO_FIVE_MEETING_LINK,
431431
mode: 'email',
432432
orgName: sbChannel,
433+
profileUpdateLink: CONSTANTS.HTTPS_HOST +'/app/user-profile/details',
433434
recipientEmails: [ sbemail_ ],
434435
setPasswordLink: true,
435436
signinLink: CONSTANTS.HTTPS_HOST + '/protected/v8/resource',

src/utils/whitelistApis.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2476,7 +2476,6 @@ export const API_LIST = {
24762476
ROLE.PROGRAM_COORDINATOR,
24772477
ROLE.CBP_ADMIN,
24782478
ROLE.MDO_ADMIN,
2479-
ROLE.CONTENT_REVIEWER,
24802479
ROLE.CONTENT_CREATOR,
24812480
],
24822481
},

0 commit comments

Comments
 (0)