Support LNURL Auth

This commit is contained in:
Kukks
2021-11-11 13:03:08 +01:00
committed by Andrew Camilleri
parent 1fb582c35d
commit 7243aec213
31 changed files with 697 additions and 46 deletions

View File

@@ -6,5 +6,6 @@ namespace BTCPayServer.Models.AccountViewModels
{
public LoginWithFido2ViewModel LoginWithFido2ViewModel { get; set; }
public LoginWith2faViewModel LoginWith2FaViewModel { get; set; }
public LoginWithLNURLAuthViewModel LoginWithLNURLAuthViewModel { get; set; }
}
}