Skip to content

Commit

Permalink
Add allauth.account.middleware.AccountMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
dmptrluke authored Sep 10, 2023
1 parent e2ec243 commit 5cc8c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foxtail/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
'django.middleware.csrf.CsrfViewMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'allauth.account.middleware.AccountMiddleware',
'django_otp.middleware.OTPMiddleware',
'allauth_2fa.middleware.AllauthTwoFactorMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
Expand Down

0 comments on commit 5cc8c8c

Please sign in to comment.