added flag to enable root user to login via OIDC

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-09-22 14:32:51 -06:00
parent a61c699417
commit 512852d217
7 changed files with 42 additions and 11 deletions

View File

@@ -8,6 +8,7 @@
public bool UseDescending { get; set; }
public bool EnableAuth { get; set; }
public bool DisableRegistration { get; set; }
public bool EnableRootUserOIDC { get; set; }
public bool HideZero { get; set; }
public bool UseUKMPG {get;set;}
public bool UseThreeDecimalGasCost { get; set; }