mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 17:12:49 -05:00
Remove the u2f lib (#1820)
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
using AutoMapper;
|
||||
|
||||
namespace Bit.Infrastructure.EntityFramework.Models
|
||||
{
|
||||
public class U2f : Core.Entities.U2f
|
||||
{
|
||||
public virtual User User { get; set; }
|
||||
}
|
||||
|
||||
public class U2fMapperProfile : Profile
|
||||
{
|
||||
public U2fMapperProfile()
|
||||
{
|
||||
CreateMap<Core.Entities.U2f, U2f>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
@ -12,7 +12,6 @@ namespace Bit.Infrastructure.EntityFramework.Models
|
||||
public virtual ICollection<OrganizationUser> OrganizationUsers { get; set; }
|
||||
public virtual ICollection<SsoUser> SsoUsers { get; set; }
|
||||
public virtual ICollection<Transaction> Transactions { get; set; }
|
||||
public virtual ICollection<U2f> U2fs { get; set; }
|
||||
}
|
||||
|
||||
public class UserMapperProfile : Profile
|
||||
|
Reference in New Issue
Block a user