Can I dynamically send the user either to SignUp o...
# general
f
Can I dynamically send the user either to SignUp or SignIn? I know you can set this
Copy code
signInAndUpFeature: {
                defaultToSignUp: true
            }
r
Hey @funk101 yes there is.
If you are using using the redirectToAuth function, it should have an argument for showing sign in or not
If you are manually redirecting, then append to the query param of the url show=signin
f
hmm, i'll check
awesome thanks