mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-09-09 03:46:17 -05:00
Typo change and debug log
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user