From 1ce622b3608095eaa12a2e219d4aa0b512813fc2 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Wed, 23 Sep 2020 20:00:48 +0200
Subject: [PATCH] [MapCareTech] Fix MIDDLEWARE_CLASSES setting

---
 caretech/map/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/caretech/map/settings.py b/caretech/map/settings.py
index 1f943ce4..668e8078 100644
--- a/caretech/map/settings.py
+++ b/caretech/map/settings.py
@@ -39,7 +39,7 @@ AUTHENTICATION_BACKENDS += (
     'django.contrib.auth.backends.ModelBackend',
 )
 
-MIDDLEWARE_CLASSES += (
+MIDDLEWARE_CLASSES = (
     'social_django.middleware.SocialAuthExceptionMiddleware',
 )
 
-- 
GitLab