mirror of
https://github.com/bitwarden/server.git
synced 2025-07-10 12:24:50 -05:00
Encrypt the notes field
This commit is contained in:
@ -23,5 +23,7 @@ public class OrganizationSponsorshipCreateRequestModel
|
||||
/// <remarks>Left empty when creating a sponsorship for the authenticated user.</remarks>
|
||||
public Guid? SponsoringUserId { get; set; }
|
||||
|
||||
[EncryptedString]
|
||||
[EncryptedStringLength(512)]
|
||||
public string Notes { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user