mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-16 20:59:26 +00:00
fix typo
This commit is contained in:
@@ -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:
|
||||
'<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()
|
||||
@IsOptional()
|
||||
|
||||
Reference in New Issue
Block a user