mirror of
https://github.com/bitwarden/server
synced 2025-12-20 02:03:46 +00:00
encrypted string length attr
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Bit.Core.Models.Api
|
||||
{
|
||||
[Required]
|
||||
[EncryptedString]
|
||||
[StringLength(1000)]
|
||||
[EncryptedStringLength(1000)]
|
||||
public string Name { get; set; }
|
||||
public IEnumerable<SelectionReadOnlyRequestModel> Groups { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user