mirror of
https://github.com/bitwarden/server
synced 2026-01-04 01:23:25 +00:00
Add support for new collection access, hide passwords
This commit is contained in:
@@ -6,5 +6,6 @@ namespace Bit.Core.Models.Data
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
public bool HidePasswords { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user