diff --git a/dictation_server/src/features/users/users.service.ts b/dictation_server/src/features/users/users.service.ts index 4c96728..7baefa7 100644 --- a/dictation_server/src/features/users/users.service.ts +++ b/dictation_server/src/features/users/users.service.ts @@ -240,8 +240,7 @@ export class UsersService { const subject = 'A temporary password has been issued.'; const text = 'temporary password: ' + ramdomPassword; const domains = this.configService.get('APP_DOMAIN'); - const path = '/'; - const html = `

OMDS TOP PAGE URL.

${domains}${path}}"`; + const html = `

OMDS TOP PAGE URL.

${domains}"
temporary password: ${ramdomPassword}`; // メールを送信 await this.sendgridService.sendMail(email, from, subject, text, html);