diff --git a/src/Core/Models/Domain/Cipher.cs b/src/Core/Models/Domain/Cipher.cs index 4471789e8..aea0c5529 100644 --- a/src/Core/Models/Domain/Cipher.cs +++ b/src/Core/Models/Domain/Cipher.cs @@ -16,12 +16,11 @@ namespace Bit.Core.Models.Domain BuildDomainModel(this, obj, new HashSet { "Id", - "UserId", "OrganizationId", "FolderId", "Name", "Notes" - }, alreadyEncrypted, new HashSet { "Id", "UserId", "OrganizationId", "FolderId" }); + }, alreadyEncrypted, new HashSet { "Id", "OrganizationId", "FolderId" }); Type = obj.Type; Favorite = obj.Favorite;