mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Resolve all passwords being hidden after upgrade (#977)
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Bit.Core.Models.Data
|
|||||||
public string FolderId { get; set; }
|
public string FolderId { get; set; }
|
||||||
public string UserId { get; set; }
|
public string UserId { get; set; }
|
||||||
public bool Edit { get; set; }
|
public bool Edit { get; set; }
|
||||||
public bool ViewPassword { get; set; }
|
public bool ViewPassword { get; set; } = true; // Fallback for old server versions
|
||||||
public bool OrganizationUseTotp { get; set; }
|
public bool OrganizationUseTotp { get; set; }
|
||||||
public bool Favorite { get; set; }
|
public bool Favorite { get; set; }
|
||||||
public DateTime RevisionDate { get; set; }
|
public DateTime RevisionDate { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user