1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 11:03:54 +00:00

cleanup login view of custom fields.

This commit is contained in:
Kyle Spearrin
2017-09-25 15:05:36 -04:00
parent e126cbf644
commit 78cda03d61
2 changed files with 60 additions and 22 deletions

View File

@@ -278,6 +278,7 @@ namespace Bit.App.Models.Page
}
}
public FieldType Type { get; set; }
public bool Revealed { get; set; }
}
}
}