Google O Auth
Hello, hen i try signIn with social it dont redirect me to the google.. Why ?
It just return HTML
It just return HTML
async function LoginOAuth(provider: "google" | "discord") {
console.log(provider);
const data = await authClient.signIn.social({
provider,
});
console.log(data);
}