Skip to content

Commit

Permalink
fix: fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalDR committed Jan 18, 2024
1 parent ae95791 commit 2dc1ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyeudiw/satosa/default/openid4vp_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def get_response_endpoint(self, context: Context) -> Response:
session_id = context.state.get("SESSION_ID", None)

if not state:
return self._handle_400(context, "No state found in query params")
return self._handle_400(context, "No session id found")

finalized_session = None

Expand Down

0 comments on commit 2dc1ccc

Please sign in to comment.