1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-10-02 04:37:50 +02:00

fuzzy autofill prop

This commit is contained in:
Kyle Spearrin 2019-05-17 14:34:29 -04:00
parent 13c5ebe065
commit d038fb900e

View File

@ -14,6 +14,7 @@ namespace Bit.App.Pages
public CipherView Cipher { get; set; }
public CipherType? Type { get; set; }
public string ItemCount { get; set; }
public bool FuzzyAutofill { get; set; }
public string Name
{