1
0
Fork 0

handle duplicate email submissions (by silently dropping them)

2015
joates 10 years ago
parent baeab714db
commit b85c284b87

@ -57,6 +57,9 @@ module.exports = function(db) {
return res.end() return res.end()
}) })
}) })
} else {
error('already verified: '+ email)
} }
} }

Loading…
Cancel
Save