1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00
This commit is contained in:
Kyle Spearrin
2020-01-08 21:34:49 -05:00
parent 46c258428e
commit 9fa7f335bd
7 changed files with 115 additions and 4 deletions

View File

@ -12,7 +12,7 @@ namespace Bit.Core.Models.EntityFramework
{
public UserMapperProfile()
{
CreateMap<Table.User, User>();
CreateMap<Table.User, User>().ReverseMap();
}
}
}