Skip to content

Commit

Permalink
Merge pull request #219 from rinti/patch-1
Browse files Browse the repository at this point in the history
Allow wagtailadmin_sprite url in middleware
  • Loading branch information
davisnando authored Oct 25, 2023
2 parents ac54797 + 5d64e22 commit a065cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wagtail_2fa/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class VerifyUserMiddleware(_OTPMiddleware):
"wagtailadmin_login",
"wagtailadmin_logout",
"wagtailadmin_javascript_catalog",
"wagtailadmin_sprite",
]

# These URLs do not require verification if the user has no devices
Expand Down

0 comments on commit a065cf0

Please sign in to comment.