sources/saml: minor formatting fixes

This commit is contained in:
Jens Langhammer
2020-06-24 22:46:20 +02:00
parent 831e228f80
commit 05778d8065
4 changed files with 10 additions and 14 deletions

View File

@ -146,7 +146,7 @@ class Processor:
return self._flow_response(
request,
self._source.enrollment_flow,
**{PLAN_CONTEXT_PROMPT: name_id_filter,},
**{PLAN_CONTEXT_PROMPT: name_id_filter},
)
def _flow_response(