Skip to content

Commit

Permalink
Merge pull request #369 from helxplatform/master
Browse files Browse the repository at this point in the history
BUG removing the wordy line
  • Loading branch information
hina-shah authored Aug 13, 2024
2 parents 8ea2245 + e7b147b commit 5b6826b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appstore/middleware/filter_whitelist_middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def process_request(self, request):
)
finally:
# Make sure to always run the redirect.
return HttpResponseRedirect(settings.LOGIN_WHITELIST_URL)
logger.info(f"accepting user {user}")
return HttpResponseRedirect(settings.LOGIN_WHITELIST_URL)
return None

def _get_response(self, request):
Expand Down

0 comments on commit 5b6826b

Please sign in to comment.