Vibhor
Results
1
comments of
Vibhor
@ShubhamSharma2003 just use /auth/google/secrets in `` app.get("/auth/google/secrets", passport.authenticate("google", {failureRedirect: "/login"}), function(req, res) { res.redirect("/secrets"); } ) ``