Using passwordless, is there a way to know if a us...
# general
c
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.
@rp the only way to seperate registrations and logins is to have 2 seperate pages in the front end?
r
Hey! you can know if a user was created or just signed in on the frontend.
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)
3 Views