const signIn = async () => {
await auth.signIn.social({
provider: "google",
loginHint: "EXPERT",
}, {
query: {
userType: "EXPERT"
},
});
}
const signIn = async () => {
await auth.signIn.social({
provider: "google",
loginHint: "EXPERT",
}, {
query: {
userType: "EXPERT"
},
});
}