Skip to content

Commit

Permalink
Add allauth middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Apr 20, 2024
1 parent c7ad1a8 commit e165de1
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 @@ -138,6 +138,7 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"allauth.account.middleware.AccountMiddleware",
]

# STATIC
Expand Down

0 comments on commit e165de1

Please sign in to comment.