Hello guys, I'm using passwordless and social med...
# support-questions
l
Hello guys, I'm using passwordless and social media login. I want that people land to a different pages from my website to my app, like with 2 buttons Signup/ Login. Basically they will go to the same page but , to be user friendly I'm gonna change the titles between those pages. How can I implement that as the url is the same ? Thanks you in advance
r
Hey! You can override the react component that we have for this to use your own logic and render the right title. You can use query params to distinguish if you want to show a sign in or sign up title.
l
Lovely. gonna try that out Thanks for a quick response
r
👍
2 Views