mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
org repo
This commit is contained in:
@ -12,7 +12,7 @@ namespace Bit.Core.Models.EntityFramework
|
||||
{
|
||||
public UserMapperProfile()
|
||||
{
|
||||
CreateMap<Table.User, User>();
|
||||
CreateMap<Table.User, User>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user