mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-04 14:44:30 +01:00
Migrate existing U2F to Fido2 (#2484)
* Migrate existing U2F to Fido2 This seamlessly switches all u2f registrations over to the new FIDO2 support. Please note that I have not yet added a way to drop the u2f DB and its UI so that we can test the migration works properly for all. * add testing logic * fix u2f tests * remove duplicate status message * fix test and namespaces * fix test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Fido2NetLib.Objects;
|
||||
|
||||
namespace BTCPayServer.U2F.Models
|
||||
namespace BTCPayServer.Fido2.Models
|
||||
{
|
||||
public class AddFido2CredentialViewModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user