Join Discord
Communities
Powered by
Can I dynamically send the user either to SignUp o...
# general
f
funk101
12/16/2022, 1:01 AM
Can I dynamically send the user either to SignUp or SignIn? I know you can set this
Copy code
signInAndUpFeature: { defaultToSignUp: true }
r
rp_st
12/16/2022, 2:42 AM
Hey
@funk101
yes there is.
rp_st
12/16/2022, 2:43 AM
If you are using using the redirectToAuth function, it should have an argument for showing sign in or not
rp_st
12/16/2022, 2:44 AM
If you are manually redirecting, then append to the query param of the url show=signin
f
funk101
12/16/2022, 2:47 AM
hmm, i'll check
funk101
12/16/2022, 2:49 AM
awesome thanks
Previous
Next