fix
This commit is contained in:
parent
de2c345b46
commit
732918de53
|
|
@ -25,7 +25,7 @@ namespace AyCode.Core.Consts
|
|||
public const int MinPlayerNameLength = MinUserNameLength;
|
||||
public const int MaxPlayerNameLength = MaxUserNameLength;
|
||||
|
||||
public const int MinPasswordLength = 8;
|
||||
public const int MinPasswordLength = 6;
|
||||
public const int MaxPasswordLength = 32;
|
||||
public const int MinUserTokenLength = 8;
|
||||
public const int MaxUserTokenLength = 12;
|
||||
|
|
|
|||
Loading…
Reference in New Issue