Remove useless dependencies

This commit is contained in:
nicolas.dorier
2020-01-12 15:59:54 +09:00
parent 529c2df1cc
commit 60e0f775ed
7 changed files with 2 additions and 16 deletions

View File

@@ -22,7 +22,6 @@ using OpenIddict.Abstractions;
using OpenIddict.Core;
using OpenIddict.Server;
using System.Security.Claims;
using Microsoft.AspNetCore.Authentication.OpenIdConnect;
using OpenIddict.Server.AspNetCore;
namespace BTCPayServer.Controllers