Social sign in opens a new tab

Whenever I call authClient.signIn.social(), it opens a new tab. Is there a way to fix it so that it uses the same tab?

This is my code:
authClient.signIn.social({
    provider: provider.id // "google" | "discord",
    callbackUrl: ...
})
Solution
Nevermind. It's an issue with pinned tabs in my browser causing this
Was this page helpful?