Skip to content

Instantly share code, notes, and snippets.

View RizkyRajitha's full-sized avatar

Rajitha Gunathilake RizkyRajitha

View GitHub Profile
//bkend
router.post("/login1", function(req, res, next) {
passport.authenticate("local", function(err, user, info) {
console.log("ppppp");
if (err) {
console.log("error no user");
return next(err);
}