add u2f tests

This commit is contained in:
Kukks
2020-01-14 11:36:59 +01:00
parent dad3039c06
commit 389695751f
4 changed files with 159 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ namespace BTCPayServer.Controllers
SettingsRepository _SettingsRepository;
Configuration.BTCPayServerOptions _Options;
private readonly BTCPayServerEnvironment _btcPayServerEnvironment;
private readonly U2FService _u2FService;
public U2FService _u2FService;
ILogger _logger;
public AccountController(