ayaports/user/tandoor-recipes/allauth-0.58-fix.patch

13 lines
429 B
Diff
Raw Normal View History

2024-01-05 01:59:56 +00:00
diff --git a/recipes/settings.py.orig b/recipes/settings.py
index 8673962..6a6490b 100644
--- a/recipes/settings.py.orig
+++ b/recipes/settings.py
@@ -218,6 +218,7 @@ MIDDLEWARE = [
'django.middleware.locale.LocaleMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'cookbook.helper.scope_middleware.ScopeMiddleware',
+ 'allauth.account.middleware.AccountMiddleware',
]
if DEBUG_TOOLBAR: