From 5b0c1f8992a4d0b031f8ca9baa41e3c6314fcc55 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 21 Sep 2023 14:38:00 +0200 Subject: [PATCH] Fix verify mail --- 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 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.`, }); }