removed extra comma in local-login

This commit is contained in:
bill bittner 2018-04-18 11:00:39 -07:00
parent fb48f8b1fe
commit fac6464679

View file

@ -61,5 +61,5 @@ module.exports = new PassportLocalStrategy(
.catch(error => { .catch(error => {
return done(error); return done(error);
}); });
}, }
); );