mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
update libs and cleanup
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Bit.Core.Models.Table
|
||||
{
|
||||
public class U2f : IDataObject<int>
|
||||
public class U2f : ITableObject<int>
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
|
Reference in New Issue
Block a user