1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 02:03:46 +00:00

increase encrypted field sizes to 1000

This commit is contained in:
Kyle Spearrin
2017-07-27 14:08:39 -04:00
parent 2492491f32
commit c991d48cbc
5 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ namespace Bit.Core.Models.Api
public class GroupRequestModel
{
[Required]
[StringLength(300)]
[StringLength(50)]
public string Name { get; set; }
[Required]
public bool? AccessAll { get; set; }