Feature: Provide ability for users to login passwordless with phone on UL
Description: Currently when the users are presented with UL, users can’t login with OTP code when username/password DB is enabled. Provide the ability for users to choose to login with SMS/Email OTP/Social and email/password.
Use-case: Customers should have the ability to choose their login type and UL should identify the connection type to avoid login issues.
Currently, with this feature (https://auth0.com/docs/customize/login-pages/universal-login/customize-signup-and-login-prompts/connection-switching ) implemented, the user needs to enter their email in the first screen, and then see the login with passwordless connection button on the second screen.
Expected behavior/feature request: display the email/password, passwordless, and social connection options on the same login screen by customizing the page templates with the PUT api/v2/prompts/login-id/partials and PUT api/v2/prompts/signup-id/partials requests.