rp_st
01/12/2022, 4:23 PM<SignInAndUp/>
in two pages, then you want to use the react component override feature (https://supertokens.io/docs/emailpassword/advanced-customizations/react-component-override/usage) to override EmailPasswordSignUp
and EmailPasswordSignIn
component, and render the original component based on the current website path, otherwise return null
(hence not displaying the component). This way, you will see the sign in page in one path, and sign up page in another path.