Remove unused autoupdater code

This commit is contained in:
Rory&
2026-03-14 03:39:14 +01:00
parent c882be5267
commit 0e6b704af1
3 changed files with 0 additions and 94 deletions
@@ -9,9 +9,6 @@ public class SecurityConfiguration {
[JsonPropertyName("twoFactor")]
public TwoFactorConfiguration TwoFactor { get; set; } = new();
[JsonPropertyName("autoUpdate")]
public bool AutoUpdate { get; set; } = true;
[JsonPropertyName("requestSignature")] public string RequestSignature; // {get;set;}=crypto.randomBytes(32).toString("base64");
[JsonPropertyName("jwtSecret")]