mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01:00
Resolve all passwords being hidden after upgrade (#977)
This commit is contained in:
parent
62afc023c8
commit
c5f158f1cf
@ -54,7 +54,7 @@ namespace Bit.Core.Models.Data
|
||||
public string FolderId { get; set; }
|
||||
public string UserId { 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 Favorite { get; set; }
|
||||
public DateTime RevisionDate { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user