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' }
})
});