mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-17 12:33:22 +00:00
fix typo
This commit is contained in:
@@ -9,7 +9,7 @@ export class RecoverPasswordDto {
|
|||||||
@ApiProperty({
|
@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`,
|
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:
|
example:
|
||||||
'<h1>Hi, ##name#</h1><p>Click <a href="##token##">here</a> to recover your password</p>',
|
'<h1>Hi, ##name##</h1><p>Click <a href="##token##">here</a> to recover your password</p>',
|
||||||
})
|
})
|
||||||
@IsString()
|
@IsString()
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
|
|||||||
Reference in New Issue
Block a user