mirror of
https://github.com/bitwarden/server.git
synced 2026-02-06 17:13:10 +08: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