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.`, }); }