Fix eslint error
This commit is contained in:
parent
edb5f94b7c
commit
1f10f0f09c
|
@ -638,8 +638,6 @@ function handleGetPasswordRecover(req, res) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var ip = req.realIP;
|
|
||||||
|
|
||||||
db.lookupPasswordReset(hash, function (err, row) {
|
db.lookupPasswordReset(hash, function (err, row) {
|
||||||
if (err) {
|
if (err) {
|
||||||
sendPug(res, "account-passwordrecover", {
|
sendPug(res, "account-passwordrecover", {
|
||||||
|
|
Loading…
Reference in a new issue