mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
increase group name length to 100
This commit is contained in:
@ -9,7 +9,7 @@ namespace Bit.Core.Models.Api
|
||||
public class GroupRequestModel
|
||||
{
|
||||
[Required]
|
||||
[StringLength(50)]
|
||||
[StringLength(100)]
|
||||
public string Name { get; set; }
|
||||
[Required]
|
||||
public bool? AccessAll { get; set; }
|
||||
|
Reference in New Issue
Block a user