mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 12:04:39 +00:00
Remove unused autoupdater code
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user