Social sign-in doesn't work
can someone explain why am i not getting the popup for google signin? nothing will happen on the click, any help appreicated, thanks!
const res = await authClient.signIn.social({
provider: "google",
fetchOptions: {
headers: {
"x-captcha-response": token,
},
onSuccess: () => {
router.push("/home");
}
},
});