Skip to content

Commit

Permalink
feat(users): authorize sesamehr plugin to list users
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Orduna León <[email protected]>
  • Loading branch information
alorle committed Nov 29, 2024
1 parent f636a50 commit a14a77d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = {

if (
ctx.callerPlugin &&
[provider, 'bulk-data'].filter(Boolean).includes(ctx.callerPlugin)
[provider, 'bulk-data', 'sesamehr'].filter(Boolean).includes(ctx.callerPlugin)
) {
return listUsers({ ...ctx.params, ctx });
}
Expand Down

0 comments on commit a14a77d

Please sign in to comment.