Last commit before I burn it all to the ground with ReactQuery
This commit is contained in:
@ -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!`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user