mirror of
https://github.com/bitwarden/server.git
synced 2025-02-20 02:31:30 +01:00
Add Back RequiredAttribute
This commit is contained in:
parent
525f1cd971
commit
983459f1bc
@ -49,6 +49,7 @@ public abstract class MemberBaseModel
|
||||
/// <summary>
|
||||
/// The member's type (or role) within the organization.
|
||||
/// </summary>
|
||||
[Required]
|
||||
[EnumDataType(typeof(OrganizationUserType))]
|
||||
public required OrganizationUserType? Type { get; set; }
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user