1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 10:13:39 +00:00

encrypted string length attr

This commit is contained in:
Kyle Spearrin
2018-08-02 08:57:32 -04:00
parent 8393af9afc
commit 14956f6383
11 changed files with 56 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ namespace Bit.Core.Models.Api
{
[Required]
[EncryptedString]
[StringLength(1000)]
[EncryptedStringLength(1000)]
public string Name { get; set; }
public Folder ToFolder(Guid userId)