mirror of
https://github.com/bitwarden/mobile
synced 2025-12-30 15:13:24 +00:00
edit custom fields
This commit is contained in:
@@ -5,6 +5,8 @@ namespace Bit.App.Models
|
||||
{
|
||||
public class Field
|
||||
{
|
||||
public Field() { }
|
||||
|
||||
public Field(FieldDataModel model)
|
||||
{
|
||||
Type = model.Type;
|
||||
|
||||
Reference in New Issue
Block a user