1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-30 15:13:24 +00:00

edit custom fields

This commit is contained in:
Kyle Spearrin
2017-09-25 17:13:20 -04:00
parent 78cda03d61
commit 590fe211c4
7 changed files with 300 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ namespace Bit.App.Models
{
public class Field
{
public Field() { }
public Field(FieldDataModel model)
{
Type = model.Type;