7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-30 12:50:48 +00:00

fix: typo in patch name

This commit is contained in:
Ghassan Maslamani 2022-06-07 15:10:15 +03:00 committed by Régis Behmo
parent 698da4b1ad
commit 57cb956b76

View File

@ -69,7 +69,7 @@ Enable SAML authentication
'"ENABLE_THIRD_PARTY_AUTH": true',
),
(
"openedx-lms-common-settings:",
"openedx-lms-common-settings",
"""
# saml special settings
AUTHENTICATION_BACKENDS += ["common.djangoapps.third_party_auth.saml.SAMLAuthBackend", "django.contrib.auth.backends.ModelBackend"]