Using passwordless, is there a way to know if a user is new in the front-end? I am currently using the same page for login and registration.
constantinos
07/16/2022, 4:05 PM
@rp_st the only way to seperate registrations and logins is to have 2 seperate pages in the front end?
r
rp_st
07/16/2022, 5:58 PM
Hey! you can know if a user was created or just signed in on the frontend.
rp_st
07/16/2022, 5:59 PM
There is a function to handle events that you can define. In that, the event name is SUCCESS and it has a property called isNewUser (or something like that)