Skip to content

Commit

Permalink
chore: added comments on the rationale behind different flows
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Sep 19, 2023
1 parent 5472a9c commit 4952be9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyeudiw/satosa/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,10 +702,12 @@ def get_response_endpoint(self, context):

try:
if state:
# cross device
finalized_session = self.db_engine.get_by_state_and_session_id(
state=state, session_id=session_id
)
else:
# same device
finalized_session = self.db_engine.get_by_session_id(
session_id=session_id
)
Expand Down

0 comments on commit 4952be9

Please sign in to comment.