Broke up the home page

This commit is contained in:
2019-05-26 04:28:40 +10:00
parent f949617284
commit 6095261c27
14 changed files with 233 additions and 109 deletions
+3 -2
View File
@@ -257,9 +257,10 @@ const passwordChangeRequest = (connection) => (req, res) => {
//send json containing the account info
res.status(200).json({
token: rand
token: rand,
msg: log('Password changed!', fields.email)
});
log('Password changed', fields.email);
res.end();
});
});
});