1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-20 10:58:07 -05:00
This commit is contained in:
Bernd Schoolmann 2025-06-05 23:12:27 +02:00
parent 737cee52e3
commit 34a1441e7c
No known key found for this signature in database

View File

@ -4,7 +4,6 @@ namespace Bit.Infrastructure.EntityFramework.Models;
public class UserSignatureKeyPair : Core.KeyManagement.Entities.UserSignatureKeyPair public class UserSignatureKeyPair : Core.KeyManagement.Entities.UserSignatureKeyPair
{ {
public virtual User User { get; set; }
} }
public class UserSignatureKeyPairMapperProfile : Profile public class UserSignatureKeyPairMapperProfile : Profile