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?