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