Skip to content

Commit

Permalink
Update views.py (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
r350178982 authored May 6, 2024
1 parent 632a0d9 commit d2fdb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangosaml2/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def post(self, request, *args, **kwargs):
request, request.POST, saml2.BINDING_HTTP_POST, *args, **kwargs
)

def do_logout_service(self, request, data, binding):
def do_logout_service(self, request, data, binding, *args, **kwargs):
logger.debug("Logout service started")

state, client = self.get_state_client(request)
Expand Down

0 comments on commit d2fdb44

Please sign in to comment.