Stabilize admin rendering and deploy auth
TaxBaik CI/CD / build-and-deploy (push) Successful in 58s

This commit is contained in:
2026-07-09 15:21:13 +09:00
parent f7813450d7
commit c5e6e4ba57
48 changed files with 474 additions and 87 deletions
@@ -0,0 +1,8 @@
namespace TaxBaik.Web.Models;
public sealed record AdminPageHeaderModel(
string Eyebrow,
string Title,
string? Subtitle,
string? ActionHref,
string? ActionText);