Skip to content

Commit f877c93

Browse files
committed
Revert "SEBWIN-1083: Build without SPS disclaimer."
This reverts commit 499221d.
1 parent 499221d commit f877c93

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

SafeExamBrowser.Runtime/Operations/Session/DisclaimerOperation.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ public override OperationResult Perform()
2525
{
2626
var result = OperationResult.Success;
2727

28-
// if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
29-
// {
30-
// result = ShowScreenProctoringDisclaimer();
31-
// }
28+
if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
29+
{
30+
result = ShowScreenProctoringDisclaimer();
31+
}
3232

3333
return result;
3434
}
@@ -37,10 +37,10 @@ public override OperationResult Repeat()
3737
{
3838
var result = OperationResult.Success;
3939

40-
// if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
41-
// {
42-
// result = ShowScreenProctoringDisclaimer();
43-
// }
40+
if (Context.Next.Settings.Proctoring.ScreenProctoring.Enabled)
41+
{
42+
result = ShowScreenProctoringDisclaimer();
43+
}
4444

4545
return result;
4646
}

0 commit comments

Comments
 (0)