How to add a button using partials and/or page templates that links to the passwordless SMS login method?

Most of our userbase have a linked account setup where their primary account is an email or social connection, and they have a secondary SMS identity.

We’re investigating page templates & partials to see if we can modify the “login” prompt to add an option to “Continue with SMS”.

To do this we’d need to add a button similar to the social logins, which seem to be built as separate form objects with a hidden input with the ‘state’. It seems like we’d want to forward that state to the ‘sms’ connection.

How can we create such a button?

Hi @mpekar,

Thanks for reaching out to the Auth0 Community!

I found a few Community Knowledge Solutions that may prove helpful to you:

It looks like you can achieve this by using the Classic Login experience and customizing the HTML of the login page.

Thanks,

Mary Beth