just add custom property corresponding to the path that you want
e.g signup
handleAuth({
signup: handleLogin({
authorizationParams: { screen_hint: 'signup' }
})
});
just add custom property corresponding to the path that you want
e.g signup
handleAuth({
signup: handleLogin({
authorizationParams: { screen_hint: 'signup' }
})
});
Hi there,
Thank you for sharing this with the Community!
In case others stumble across this, wanted to add and share these other resources as well, in case they come in handy:
Have a great one!
Gerald
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.