mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
cleaned up a comment
This commit is contained in:
parent
60f10cb3cd
commit
baee980b47
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ class CheckUserProfileMiddleware:
|
|||
custom_redirect = "domain-request:" if request.path == "/request/" else None
|
||||
|
||||
# Don't redirect on excluded pages (such as the setup page itself)
|
||||
# if not any(request.path.startswith(page) for page in excluded_pages):
|
||||
if not any(request.path.startswith(page) for page in self._get_excluded_pages(profile_page)):
|
||||
|
||||
# Preserve the original query parameters, and coerce them into a dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue