forked from CSI-KJSCE/appointment_to_examiner
Faculty and Course Forms
This commit is contained in:
@@ -86,7 +86,7 @@ app.get(
|
||||
"/auth/google/callback",
|
||||
passport.authenticate("google", { failureRedirect: "/" }),
|
||||
function (req, res) {
|
||||
res.redirect("http://localhost:3000/Home");
|
||||
res.redirect("http://localhost:3000/Welcom");
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user