Skip to content

Commit

Permalink
Merge pull request #872 from DemocracyClub/hotfix/removes-dc_utils-Ba…
Browse files Browse the repository at this point in the history
…sicAuthMiddleware

removes dc_utils BasicAuthMiddleware
  • Loading branch information
awdem authored Oct 15, 2024
2 parents 5097506 + 7526dac commit 5a590f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion democracy_club/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def root(*x):
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"dc_utils.middleware.BasicAuthMiddleware",
)


Expand Down

0 comments on commit 5a590f8

Please sign in to comment.