chore: removed unnecessary usings

This commit is contained in:
Stevan Freeborn
2026-02-06 06:53:20 -06:00
parent f34fb5ce41
commit 97c7847a89
2 changed files with 0 additions and 4 deletions
@@ -1,5 +1,3 @@
using Microsoft.AspNetCore.Authentication.JwtBearer;
namespace FiscalOS.Infra.Authentication;
public sealed record JwtOptions
@@ -1,5 +1,3 @@
using Microsoft.AspNetCore.Authentication.JwtBearer;
namespace FiscalOS.Infra.Authentication;
public static class Schemes