diff --git a/mail-templates/register.html b/mail-templates/register.html index 1e5ab21..a329335 100644 --- a/mail-templates/register.html +++ b/mail-templates/register.html @@ -1,32 +1,32 @@ - + OwlBoard - Register

- +
- +
-

Register for OwlBoard

+

Register for OwlBoard


Use the link below to register for OwlBoard (Staff Version)


- Register + Register


Alternatively copy and paste the link "https://owlboard.info/auth.html?key=>>ACCESSCODE<<

This registration is for one device only, you can register again using the diff --git a/src/utils/auth.utils.js b/src/utils/auth.utils.js index dce8f75..dbb5cc0 100644 --- a/src/utils/auth.utils.js +++ b/src/utils/auth.utils.js @@ -35,7 +35,8 @@ async function generateConfirmationEmail(eml, uuid) { try { let htmlTpl = await fs.readFile('mail-templates/register.html', 'utf-8'); let mini = minify(((htmlTpl).replace(/>>ACCESSCODE<