1
0
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:
Justin Baur 2024-11-20 09:39:30 -05:00
parent 525f1cd971
commit 983459f1bc
No known key found for this signature in database

View File

@ -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>