Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Apr 15, 2024
1 parent 7f4c926 commit 881900d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_exams/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def root(*path_fragments):
}

# Carry fields from the JWT token and LMS user into the local user
# Note: ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE applies a fix for
# Note: ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE applies a fix for
# https://github.com/jpadilla/django-rest-framework-jwt/issues/45
# However, we cannot use it in this service since the session user may
# differ from the JWT user when performing LTI launches with multiple accounts
Expand Down

0 comments on commit 881900d

Please sign in to comment.