Skip to content

Commit 35b3868

Browse files
committed
Fix default of if_signed_in_with_matching_exam_ticket
1 parent bfc26fa commit 35b3868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course/content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ class FlowSessionAccessRuleDesc(FlowSessionAccessMode, FlowRule):
475475
less than the specified number of minutes. Fractional values (e.g. "0.5")
476476
are accepted here."""
477477

478-
if_signed_in_with_matching_exam_ticket: bool | None = False
478+
if_signed_in_with_matching_exam_ticket: bool | None = None
479479
"""The rule applies if the participant signed in with an exam
480480
ticket matching this flow."""
481481

0 commit comments

Comments
 (0)