From 4a4f9e2a555fb14af41d1471e5ca6dd25cf32927 Mon Sep 17 00:00:00 2001 From: GitBluub Date: Thu, 21 Sep 2023 15:23:07 +0200 Subject: [PATCH] fix: email template --- back/src/auth/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/src/auth/auth.service.ts b/back/src/auth/auth.service.ts index f0835a5..4989675 100644 --- a/back/src/auth/auth.service.ts +++ b/back/src/auth/auth.service.ts @@ -67,7 +67,7 @@ export class AuthService { to: user.email, from: 'chromacase@octohub.app', subject: 'Password reset for Chromacase', - html: `To reset your password, please click on this link.`, + html: `To reset your password, please click on this link.`, }); }