Skip to content

Commit

Permalink
Add allauth middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarson committed Apr 12, 2024
1 parent 6c03f03 commit 29cea0e
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 @@ -161,6 +161,7 @@
"maintenance_mode.middleware.MaintenanceModeMiddleware",
"simple_history.middleware.HistoryRequestMiddleware",
"django_htmx.middleware.HtmxMiddleware",
"allauth.account.middleware.AccountMiddleware",
]

# STATIC
Expand Down

0 comments on commit 29cea0e

Please sign in to comment.