Changed pereodic reauth to be disabled for now

This commit is contained in:
Marcel Baumgartner
2024-07-06 13:17:51 +02:00
parent bd189caf80
commit a2a520e9fd

View File

@@ -94,7 +94,7 @@ public class CoreConfiguration
[JsonProperty("EnablePeriodicReAuth")]
[Description(
"If this option is enabled, every session will reauthenticate perdiodicly to track state changes in real time without the user refreshing the page")]
public bool EnablePeriodicReAuth { get; set; } = true;
public bool EnablePeriodicReAuth { get; set; } = false;
[JsonProperty("PeriodicReAuthDelay")]
[Description(