main
alex 2024-01-14 13:45:08 +01:00
parent 235ea9e3d4
commit d77ef338c9
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ router.get(
"/auth/google/callback", "/auth/google/callback",
passport.authenticate("google", { passport.authenticate("google", {
failureRedirect: "/login", failureRedirect: "/login",
successRedirect: "/test",
session: false,
}), }),
function (req, res) { function (req, res) {
// Successful authentication, redirect home. // Successful authentication, redirect home.