Last commit before I burn it all to the ground with ReactQuery

This commit is contained in:
2025-06-15 00:34:04 -05:00
parent d78c139ffb
commit 6c85c973b9
9 changed files with 786 additions and 167 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;
window.location.href = result.data.url + `?provider=${result.data.provider}`;
} else {
setStatusMessage(`Error: Could not sign in with Microsoft!`);
}