mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 16:23:29 +00:00
no userid on cipher domain
This commit is contained in:
@@ -16,12 +16,11 @@ namespace Bit.Core.Models.Domain
|
|||||||
BuildDomainModel(this, obj, new HashSet<string>
|
BuildDomainModel(this, obj, new HashSet<string>
|
||||||
{
|
{
|
||||||
"Id",
|
"Id",
|
||||||
"UserId",
|
|
||||||
"OrganizationId",
|
"OrganizationId",
|
||||||
"FolderId",
|
"FolderId",
|
||||||
"Name",
|
"Name",
|
||||||
"Notes"
|
"Notes"
|
||||||
}, alreadyEncrypted, new HashSet<string> { "Id", "UserId", "OrganizationId", "FolderId" });
|
}, alreadyEncrypted, new HashSet<string> { "Id", "OrganizationId", "FolderId" });
|
||||||
|
|
||||||
Type = obj.Type;
|
Type = obj.Type;
|
||||||
Favorite = obj.Favorite;
|
Favorite = obj.Favorite;
|
||||||
|
|||||||
Reference in New Issue
Block a user