diff --git a/Oqtane.Server/Infrastructure/Middleware/JwtMiddleware.cs b/Oqtane.Server/Infrastructure/Middleware/JwtMiddleware.cs index 40a43841..7b8696fa 100644 --- a/Oqtane.Server/Infrastructure/Middleware/JwtMiddleware.cs +++ b/Oqtane.Server/Infrastructure/Middleware/JwtMiddleware.cs @@ -4,7 +4,6 @@ using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Oqtane.Extensions; using Oqtane.Models; -using Oqtane.Modules.Admin.Roles; using Oqtane.Repository; using Oqtane.Security; using Oqtane.Shared;