chore: removed unnecessary usings

This commit is contained in:
Stevan Freeborn
2026-02-06 06:45:10 -06:00
parent daab5ae8e7
commit 7f356e71a1
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