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