I am working on an app, where the users use auth0 to sign up and login.
It works well, but we wish to remove the username part of the signup process. We don’t use username, we have added two new fields for first name and last name, that we use.
Yes. I want to use Email as the unique identifier.
I have already added first name and last name My problem is that i don’t know how to remove username, from the signup flow. Do you know how to do that?