I want to make validation on confirm_password1 match with confirm_password2 class-validator nestjs

后端 未结 0 822
不思量自难忘°
不思量自难忘° 2021-01-23 23:38
import { ApiProperty } from \'@nestjs/swagger\';
import { IsNotEmpty, IsString, MinLength } from \'class-validator\';

export class ChagnePasswordDto {
  @ApiProperty({          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题