Separate admin access from finance lock
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace TrafagSalesExporter.Security;
|
||||
|
||||
public sealed class LandingPageOptions
|
||||
{
|
||||
public const string SectionName = "LandingPage";
|
||||
|
||||
public bool ShowWalkingLabFigure { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user