Merge pull request #4678 from sbwalker/dev

remove unnecessary using statement
This commit is contained in:
Shaun Walker 2024-09-26 15:54:35 -04:00 committed by GitHub
commit 3398c1cbfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,8 @@ using Oqtane.Models;
using Oqtane.Extensions;
using Oqtane.Shared;
using Oqtane.Managers;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Authentication;
namespace Oqtane.Security
{
public static class PrincipalValidator