Skip to content

Commit

Permalink
fixup! fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
robrap authored and syedsajjadkazmii committed Jan 26, 2024
1 parent 0bfa22b commit dc860eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@
generate_jwt_token,
generate_latest_version_payload,
)
<<<<<<< HEAD
from edx_rest_framework_extensions.config import (
ENABLE_JWT_AND_LMS_USER_EMAIL_MATCH,
ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE,
)
=======
from edx_rest_framework_extensions.config import ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE
>>>>>>> 7d931d2 (fixup! fix imports)
from edx_rest_framework_extensions.tests import factories


Expand Down
1 change: 1 addition & 0 deletions edx_rest_framework_extensions/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
DEFAULT_SETTINGS = {
ENABLE_JWT_AND_LMS_USER_EMAIL_MATCH: False,
ENABLE_SET_REQUEST_USER_FOR_JWT_COOKIE: False,
ENABLE_JWT_AND_LMS_USER_EMAIL_MATCH: False,

'JWT_PAYLOAD_MERGEABLE_USER_ATTRIBUTES': (),
# Map JWT claims to user attributes.
Expand Down

0 comments on commit dc860eb

Please sign in to comment.