removed extra comma in local-login
This commit is contained in:
parent
fb48f8b1fe
commit
fac6464679
1 changed files with 1 additions and 1 deletions
|
@ -61,5 +61,5 @@ module.exports = new PassportLocalStrategy(
|
|||
.catch(error => {
|
||||
return done(error);
|
||||
});
|
||||
},
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue