mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
Password reprompt (#1365)
* Make card number hidden * Add support for password reprompt * Rename PasswordPrompt to Reprompt * Protect autofill * Use Enums.CipherRepromptType * Fix iOS not building * Protect iOS autofill * Update to match jslib * Fix failing build
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Bit.Core.Models.View
|
||||
public string ExpYear { get; set; }
|
||||
public string Code { get; set; }
|
||||
public string MaskedCode => Code != null ? new string('•', Code.Length) : null;
|
||||
public string MaskedNumber => Number != null ? new string('•', Number.Length) : null;
|
||||
|
||||
public string Brand
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user