Separate admin access from finance lock

This commit is contained in:
2026-05-21 13:55:23 +02:00
parent 9471c5c310
commit 5f3c3497b8
12 changed files with 406 additions and 4 deletions
@@ -0,0 +1,8 @@
namespace TrafagSalesExporter.Security;
public sealed class LandingPageOptions
{
public const string SectionName = "LandingPage";
public bool ShowWalkingLabFigure { get; set; }
}