const handleMicrosoftLogin = async () => {
await authClient.signIn.sso({
providerId: "microsoft",
callbackURL: decodeURIComponent(search["redirect_to"] ?? "") || "/",
});
};
const handleMicrosoftLogin = async () => {
await authClient.signIn.sso({
providerId: "microsoft",
callbackURL: decodeURIComponent(search["redirect_to"] ?? "") || "/",
});
};