[help] custom sign-up and sign-in pages
Hey folks. I am currently implementing passwordless sign-up and sign-in with custom screens. Using Forms. I have an issue:
- When users are on the sign-in page, insert their email on the input field and submit the form, if the email is unknown to Kinde the user is redirect to Kinde's sign-in page (the one that can be customized through the Kinde website which I do not want to render). Ideally, I would like to show an error on the Form or even better redirect the user to the sign-up page (the one that exists within the source code project). How can this be achieved?
2 Replies
Hey, can you answer just a few questions first please :
- What sdk and version are you using
- Can you share a snippet of your code
Have you enable the flag in your application
Hello 👋
@kinde-oss/[email protected]
Have you enable the "Use your own sign-up and sign-in screens"? Yes, I did.Full relevant code is below (two files).