Finding a stopping point :(

This commit is contained in:
2025-06-15 13:27:48 -05:00
parent 6c85c973b9
commit bc915275cf
15 changed files with 863 additions and 624 deletions

View File

@ -48,7 +48,7 @@ export const SignInWithMicrosoft = ({
if (!updateResponse.success) throw new Error('Could not update provider!');
}
}
window.location.href = result.data.url + `?provider=${result.data.provider}`;
window.location.href = result.data.url;
} else {
setStatusMessage(`Error: Could not sign in with Microsoft!`);
}