I am trying to send user to home page after successfull login to the page
I tried rendering home page after login but the problem here is page url remains the same after login it should show home page url
`
res.render("index", {
status: "Success",
token:jwt_token
});
`