I’m using Auth0 Lock for iOS within a SwiftUI app. It works well, but I have just tested today the “SignUp” capability from the app and I’m presented with 3 default fields (+custom, I suppose): email, username, password.
I’d like to use the email as username, how can I hide the username field?
I tried $0.usernameStyle = [.Email] and the database has “Requires Username” disabled. Still the 3 fields.
I’m sure it is trivial, but I cannot find the switch. Can anyone please point me in the right direction?