mirror of
https://github.com/docmost/docmost.git
synced 2025-11-25 03:11:10 +10:00
implement new invitation system
* fix comments on the frontend * move jwt token service to its own module * other fixes and updates
This commit is contained in:
@ -9,8 +9,8 @@ import {
|
||||
|
||||
export class CreateUserDto {
|
||||
@IsOptional()
|
||||
@MinLength(3)
|
||||
@MaxLength(35)
|
||||
@MinLength(2)
|
||||
@MaxLength(60)
|
||||
@IsString()
|
||||
name: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user