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<