1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-27 03:52:57 +02:00

sync folder id

This commit is contained in:
Kyle Spearrin 2016-06-30 21:26:28 -04:00
parent 8fd4e09b78
commit 57b6c9f67c

View File

@ -48,6 +48,7 @@ namespace Bit.App.Models.Data
var data = cipher.Data.ToObject<SiteDataModel>();
Id = cipher.Id;
FolderId = cipher.FolderId;
UserId = userId;
Name = data.Name;
Uri = data.Uri;