Skip to content

Commit

Permalink
Ignore redirect from sonar warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Sep 11, 2024
1 parent 88c74ed commit 4326322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/helauth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def logout_view(request: WSGIRequest) -> HttpResponseRedirect:
if was_authenticated:
messages.success(request, _("You have been successfully logged out."))

return HttpResponseRedirect(end_session_url)
return HttpResponseRedirect(end_session_url) # NOSONAR

0 comments on commit 4326322

Please sign in to comment.