diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index 28893c926f..0b1c60a094 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -655,7 +655,6 @@ MESSAGE_TAGS = { SITE_ID = 1 - # Load the allauth social backends SOCIAL_BACKENDS = CONFIG.get('social_backends', []) for app in SOCIAL_BACKENDS: