Skip to content

Commit

Permalink
fix(submission): update permission error message for project contribu…
Browse files Browse the repository at this point in the history
…tors access
  • Loading branch information
Anuj-Gupta4 committed Nov 14, 2024
1 parent cd14a03 commit 29c2ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/auth/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,5 +390,5 @@ async def project_contributors(

raise HTTPException(
status_code=HTTPStatus.FORBIDDEN,
detail="You do not have permission to access this resource.",
detail="You must be a project contributor to access this resource.",
)

0 comments on commit 29c2ede

Please sign in to comment.