Skip to content

Commit

Permalink
[chores] Update templates/openwisp2/settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored Aug 23, 2024
1 parent cef9113 commit b6f7797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
'sesame.middleware.AuthenticationMiddleware',
{% endif %}
'django.contrib.messages.middleware.MessageMiddleware',
'allauth.account.middleware.AccountMiddleware'.
'allauth.account.middleware.AccountMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
{% if openwisp2_users_user_password_expiration or openwisp2_users_staff_user_password_expiration %}
'openwisp_users.middleware.PasswordExpirationMiddleware',
Expand Down

0 comments on commit b6f7797

Please sign in to comment.