Skip to content

Commit

Permalink
[chores] Made compatible with django-allauth~=0.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Aug 23, 2024
1 parent 0663ac3 commit b280873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
'django.contrib.auth.middleware.AuthenticationMiddleware',
'sesame.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'allauth.account.middleware.AccountMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'djangosaml2.middleware.SamlSessionMiddleware',
]
Expand Down

0 comments on commit b280873

Please sign in to comment.