Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit b8f247e

Browse files
committed
Some of the attributes are optional.
1 parent c937566 commit b8f247e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oidcservice/oidc/add_on/status_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def get_session_status_page(service_context, looked_for_state):
2323
return as_bytes(_mod_msg)
2424

2525

26-
def add_status_check_support(service, template_file, rp_iframe_path,
27-
session_changed_iframe_path, session_unchanged_iframe_path):
26+
def add_status_check_support(service, rp_iframe_path, template_file="",
27+
session_changed_iframe_path="", session_unchanged_iframe_path=""):
2828
"""
2929
Setup status check support.
3030

0 commit comments

Comments
 (0)