Skip to content

Commit

Permalink
Merge pull request #75 from Macktireh/social-auth
Browse files Browse the repository at this point in the history
update dependencies and add "allauth.account.middleware.AccountMiddle…
  • Loading branch information
Macktireh authored Jan 22, 2024
2 parents 58deb64 + ef4d4b2 commit 91d5a27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def get_env_variable(
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"allauth.account.middleware.AccountMiddleware",
"middlewares.ajaxMiddleware.AjaxMiddleware",
]

Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 91d5a27

Please sign in to comment.