Finished password reset, added email check & profile editing

This commit is contained in:
Johnathon Slightham
2021-09-07 13:04:00 -04:00
parent 7216698a96
commit b1a8963952
4 changed files with 172 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ const loadDefaultTemplates = () => {
// sendMail(user, message, replacements) send an email with message to the user, making
// replacements in the message
// replacements is an array of data {from, to}
// replacements is an array of data {from: "%example%", to: "replacement"}
const sendMail = async (user, message, replacements) => {
console.log("Sending mail...");