Hello,
I cannot seem to get the “Try another method” button visible on my universal login experience page.
I want to give the user the option to sign in with either SMS OTP or email OTP. Both of these methods work fine individually but I don’t want to force the user down either route.
I can see in the example previews when I go to update my branding colors in the Auth0 console (/dashboard/eu/company/universal-login/customizations/colors) that they show the “Try another method” button so it looks like its possible, just having trouble configuring it.
Have confirmed that both email and sms are enabled as connections for the application in question (the login experience works for either if I specify connection=(sms|email) in the /authorize link.
Cheers,