forked from Squatconf/Website
handle duplicate email submissions (by silently dropping them)
This commit is contained in:
parent
baeab714db
commit
b85c284b87
|
@ -57,6 +57,9 @@ module.exports = function(db) {
|
|||
return res.end()
|
||||
})
|
||||
})
|
||||
|
||||
} else {
|
||||
error('already verified: '+ email)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue