Typo change and debug log

This commit is contained in:
RedDucks
2018-03-05 10:50:50 -05:00
parent 0d56d3fb91
commit 2b7475494b

View File

@@ -195,12 +195,14 @@ routes.post('/', new RateLimit({
Your Prentendo Network ID activation is almost complete. Please click the link below to confirm your e-mail address and complete the activation process.
http://account.prentendo.cc/account/email-confirmation?token=` + email_token + `
https://account.pretendo.cc/account/email-confirmation?token=` + email_token + `
If you are unable to connect to the above URL, please enter the following confirmation code on the device to which your Prentendo Network ID is linked.
<<Confirmation code: ` + email_code + `>>`
)
);
console.log('account registered', 'PID:', pid, 'email_token:', email_token, 'email_code:', email_code);
response.send(json2xml({
person: {