diff --git a/SafeExamBrowser.Runtime/Operations/ServerOperation.cs b/SafeExamBrowser.Runtime/Operations/ServerOperation.cs index d24cd7a8..b69dad6b 100644 --- a/SafeExamBrowser.Runtime/Operations/ServerOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ServerOperation.cs @@ -146,7 +146,7 @@ namespace SafeExamBrowser.Runtime.Operations Context.Next.AppConfig.ServerExamId = Context.Current.AppConfig.ServerExamId; Context.Next.AppConfig.ServerOauth2Token = Context.Current.AppConfig.ServerOauth2Token; - Context.Next.Settings.Server = Context.Current.Settings.Server; + Context.Next.Settings = Context.Current.Settings; Context.Next.Settings.SessionMode = SessionMode.Server; }