Fix eslint error

This commit is contained in:
Calvin Montgomery 2021-08-19 20:55:40 -07:00
parent edb5f94b7c
commit 1f10f0f09c
1 changed files with 0 additions and 2 deletions

View File

@ -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", {