1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-20 02:48:03 -05:00

Undo test

This commit is contained in:
Bernd Schoolmann 2025-06-05 23:15:51 +02:00
parent 34a1441e7c
commit f67297dd8f
No known key found for this signature in database

View File

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