Auth0 Lock for iOS: SignUp screen option for username

Thanks!

connections.database(name: “Username-Password-Authentication”, requiresUsername: false)

The “false” was missing in my code. Now works beautifully.

1 Like