Merge pull request #2706 from ambroisie/bump-allauth

Bump django-allauth from 0.54.0 to 0.58.1
This commit is contained in:
vabene1111
2023-12-16 07:54:08 +01:00
committed by GitHub
3 changed files with 19 additions and 3 deletions

View File

@ -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: