Skip to content

Commit

Permalink
fix: revert allauth account middlware used in later versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 9, 2024
1 parent 1a62b71 commit 8423725
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydotorg/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'pages.middleware.PageFallbackMiddleware',
'django.contrib.redirects.middleware.RedirectFallbackMiddleware',
'allauth.account.middleware.AccountMiddleware',
]

AUTH_USER_MODEL = 'users.User'
Expand Down

0 comments on commit 8423725

Please sign in to comment.