mirror of
https://github.com/bitwarden/server
synced 2025-12-20 02:03:46 +00:00
small fixes
This commit is contained in:
@@ -5,7 +5,6 @@ namespace Bit.Core.Models.Api
|
||||
{
|
||||
public class UpdateProfileRequestModel
|
||||
{
|
||||
[Required]
|
||||
[StringLength(50)]
|
||||
public string Name { get; set; }
|
||||
[StringLength(50)]
|
||||
|
||||
Reference in New Issue
Block a user