gusfune
05/01/2021, 1:35 PMThirdPartyEmailPasswordReact.init({
getRedirectionURL: async (context) => {
if (context.action === "SUCCESS") {
return context.redirectToPath === undefined
? "/"
: context.redirectToPath
}
},
[...]
From what I see, it seems when the social login callsback, it removes the redicrectToPath param, which defaults the redirect back to the home page.