diff --git a/src/Core/Models/Data/CipherData.cs b/src/Core/Models/Data/CipherData.cs index c034833b223..db11ecf7773 100644 --- a/src/Core/Models/Data/CipherData.cs +++ b/src/Core/Models/Data/CipherData.cs @@ -54,7 +54,7 @@ public CipherData(CipherResponse response, string userId = null, HashSet 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; }