From 6bc25dc154c46039958d6cdddd24b4fa7a511757 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 18 Apr 2023 21:21:09 +0100 Subject: [PATCH] Comments Signed-off-by: Fred Boniface --- src/utils/auth.utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/auth.utils.js b/src/utils/auth.utils.js index 52b67bd..dce8f75 100644 --- a/src/utils/auth.utils.js +++ b/src/utils/auth.utils.js @@ -34,7 +34,7 @@ async function generateKey() { // Needs testing & moving to 'register.utils' async function generateConfirmationEmail(eml, uuid) { try { let htmlTpl = await fs.readFile('mail-templates/register.html', 'utf-8'); - let minify = await minify(((htmlTpl).replace(/>>ACCESSCODE<>ACCESSCODE<>ACCESSCODE<