diff --git a/src/modules/auth/dto/recover-password.dto.ts b/src/modules/auth/dto/recover-password.dto.ts index fee0ff0..e9fd985 100644 --- a/src/modules/auth/dto/recover-password.dto.ts +++ b/src/modules/auth/dto/recover-password.dto.ts @@ -9,7 +9,7 @@ export class RecoverPasswordDto { @ApiProperty({ description: `HTML template to be sent in the email;\n ##name## will be replaced with the user's name; \n ##token## will be replaced with the password recovery token`, example: - '
Click here to recover your password
', + 'Click here to recover your password
', }) @IsString() @IsOptional()