mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
no userid on cipher domain
This commit is contained in:
parent
2637587cf7
commit
3b63fbb61b
1 changed files with 1 additions and 2 deletions
|
@ -16,12 +16,11 @@ namespace Bit.Core.Models.Domain
|
|||
BuildDomainModel(this, obj, new HashSet<string>
|
||||
{
|
||||
"Id",
|
||||
"UserId",
|
||||
"OrganizationId",
|
||||
"FolderId",
|
||||
"Name",
|
||||
"Notes"
|
||||
}, alreadyEncrypted, new HashSet<string> { "Id", "UserId", "OrganizationId", "FolderId" });
|
||||
}, alreadyEncrypted, new HashSet<string> { "Id", "OrganizationId", "FolderId" });
|
||||
|
||||
Type = obj.Type;
|
||||
Favorite = obj.Favorite;
|
||||
|
|
Loading…
Reference in a new issue