sync folder id

This commit is contained in:
Kyle Spearrin 2016-06-30 21:26:28 -04:00
parent 8fd4e09b78
commit 57b6c9f67c
1 changed files with 1 additions and 0 deletions

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;