mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 04:23:35 +00:00
✌️
This commit is contained in:
@@ -114,7 +114,7 @@ export function validatePassword(password: string): boolean {
|
||||
}
|
||||
|
||||
export function isValidName(name?: string): boolean {
|
||||
return name === null || (typeof name == 'string' && name.length < 30 && name.trim() != '');
|
||||
return name === null || (typeof name == 'string' && name.length < 50 && name.trim() != '');
|
||||
}
|
||||
|
||||
export function isValidDescription(description: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user