From 1d0ef7eb68c2c27b9849231f6ee4e12834ebb040 Mon Sep 17 00:00:00 2001 From: Janderson Souza Matias Date: Mon, 15 Jan 2024 20:16:33 -0300 Subject: [PATCH] add text --- src/modules/auth/service/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/auth/service/index.ts b/src/modules/auth/service/index.ts index e2e8cd0..d6ace11 100644 --- a/src/modules/auth/service/index.ts +++ b/src/modules/auth/service/index.ts @@ -112,6 +112,7 @@ export default class Authentication { from: "noreply@quanti.ca", subject: "Coach Digital - OTP", html: OTP_EMAIL.replace("#{code}", code), + text: `Code: code`, }; const otpRepository = await dataSource.getRepository(Otp);