mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-19 22:14:31 +01:00
Cleanup U2F namespace to correspond to folder path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace BTCPayServer.Services.U2F.Models
|
||||
namespace BTCPayServer.U2F.Models
|
||||
{
|
||||
public class U2FDeviceAuthenticationRequest
|
||||
{
|
||||
@@ -12,4 +12,4 @@ namespace BTCPayServer.Services.U2F.Models
|
||||
|
||||
[Required] [StringLength(50)] public string Version { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user