type missing on server side ?

On serverside, Is it by design that property suggestions other than "provider" do not appear?
const { url } = await auth.api.signInSocial({
body: {
provider: "google",
newUserCallbackURL: "/onboard",
},
});
const { url } = await auth.api.signInSocial({
body: {
provider: "google",
newUserCallbackURL: "/onboard",
},
});
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?