Cleanup U2F namespace to correspond to folder path

This commit is contained in:
rockstardev
2019-10-02 12:32:41 -05:00
parent 639f5d2fc4
commit 7282199c31
18 changed files with 27 additions and 24 deletions

View File

@@ -57,11 +57,11 @@ using System.Security;
using System.Runtime.CompilerServices;
using System.Net;
using BTCPayServer.Models.AccountViewModels;
using BTCPayServer.Services.U2F.Models;
using Microsoft.AspNetCore.Http.Internal;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using NBXplorer.DerivationStrategy;
using BTCPayServer.U2F.Models;
namespace BTCPayServer.Tests
{