Skip to content

Commit

Permalink
Add AllAuth to middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 22, 2023
1 parent f8d4d15 commit 14d750b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'wagtail.contrib.redirects.middleware.RedirectMiddleware',
"allauth.account.middleware.AccountMiddleware",
]

# STATIC
Expand Down

0 comments on commit 14d750b

Please sign in to comment.