From 7f356e71a1c4ec0556a7dbc5dc613055b0104405 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 6 Feb 2026 06:45:10 -0600 Subject: [PATCH] chore: removed unnecessary usings --- src/FiscalOS.Infra/Authentication/JwtOptions.cs | 2 -- src/FiscalOS.Infra/Authentication/Schemes.cs | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/FiscalOS.Infra/Authentication/JwtOptions.cs b/src/FiscalOS.Infra/Authentication/JwtOptions.cs index 7d81870..2e02fbd 100644 --- a/src/FiscalOS.Infra/Authentication/JwtOptions.cs +++ b/src/FiscalOS.Infra/Authentication/JwtOptions.cs @@ -1,5 +1,3 @@ -using Microsoft.AspNetCore.Authentication.JwtBearer; - namespace FiscalOS.Infra.Authentication; public sealed record JwtOptions diff --git a/src/FiscalOS.Infra/Authentication/Schemes.cs b/src/FiscalOS.Infra/Authentication/Schemes.cs index f8cfcf1..a09bb5f 100644 --- a/src/FiscalOS.Infra/Authentication/Schemes.cs +++ b/src/FiscalOS.Infra/Authentication/Schemes.cs @@ -1,5 +1,3 @@ -using Microsoft.AspNetCore.Authentication.JwtBearer; - namespace FiscalOS.Infra.Authentication; public static class Schemes