Added opt-in option for promotional emails

This commit is contained in:
2021-02-11 16:01:39 +11:00
parent 7759a1cd40
commit 615b686890
19 changed files with 848 additions and 83 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ const route = async (req, res) => {
accounts.create({
email: info.email,
username: info.username,
hash: info.hash
hash: info.hash,
contact: info.contact
});
//finally