mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
Auth Tests
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Govor.Core.Infrastructure.Validators;
|
||||
public class UserValidator : IObjectValidator<User>
|
||||
{
|
||||
public const int MIN_LENGHT_OF_NAME = 4;
|
||||
public const int MAX_LENGHT_OF_NAME = 100;
|
||||
public const int MAX_LENGHT_OF_NAME = 50;
|
||||
|
||||
public void Validate(User user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user