mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 01:33:22 +00:00
Add support for hidden passwords (#920)
* Add support for hidden passwords * Hide TOTP, hide hidden fields. * Change _cipher to Cipher.
This commit is contained in:
@@ -16,5 +16,6 @@ namespace Bit.Core.Models.View
|
||||
public string Value { get; set; }
|
||||
public FieldType Type { get; set; }
|
||||
public string MaskedValue => Value != null ? "••••••••" : null;
|
||||
public bool NewField { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user