mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
null checked all the permissions (#1227)
This commit is contained in:
@@ -23,6 +23,6 @@ namespace Bit.Core.Models.Response
|
||||
public OrganizationUserStatusType Status { get; set; }
|
||||
public OrganizationUserType Type { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
public Permissions Permissions { get; set; }
|
||||
public Permissions Permissions { get; set; } = new Permissions();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user