diff --git a/src/utils/auth.utils.js b/src/utils/auth.utils.js index dbb5cc0..da5c254 100644 --- a/src/utils/auth.utils.js +++ b/src/utils/auth.utils.js @@ -36,7 +36,8 @@ async function generateConfirmationEmail(eml, uuid) { let htmlTpl = await fs.readFile('mail-templates/register.html', 'utf-8'); let mini = minify(((htmlTpl).replace(/>>ACCESSCODE<