diff --git a/back/src/auth/auth.service.ts b/back/src/auth/auth.service.ts index 7cf43d1..f0835a5 100644 --- a/back/src/auth/auth.service.ts +++ b/back/src/auth/auth.service.ts @@ -49,7 +49,7 @@ export class AuthService { to: user.email, from: 'chromacase@octohub.app', subject: 'Mail verification for Chromacase', - html: `To verify your mail, please click on this link.`, + html: `To verify your mail, please click on this link.`, }); }