mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
USER_NAME_MAX_LENGTH & USER_USERNAME_MAX_LENGTH
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
export const USER_NAME_MAX_LENGTH = 64;
|
||||
export const USER_USERNAME_MAX_LENGTH = 32;
|
||||
|
||||
export const ORG_NAME_MAX_LENGTH = 256;
|
||||
export const ORG_DESCRIPTION_MAX_LENGTH = 1024;
|
||||
export const ORG_SLUG_MAX_LENGTH = 64;
|
||||
|
||||
Reference in New Issue
Block a user