1 messages · Page 1 of 1 (latest)
Is your findOne finding the userrecord with the email? @hybrid flicker
findOne
user
If not, then your user.email will fail, because user is null.
user.email
Change it to just if (user === null){.
if (user === null){