
ToreN.33697 (Customer) さんが質問をしました。
The Send Code button UX is not good
- can the SMS MFA be sent automatic, with no user action / not need to hit button?
- edit the text to explain, HIT / CLICK the button
- Move the button
- edit the text around in the screen

Cezar here with Okta Support.Unfortunately, this is not possible at this point, I would recommend that you submit a feature request.
While I was unable to find the Feature Request already listed, here's where you can submit your idea: https://support.okta.com/help/oktaideas
This page is closely monitored by Engineering and used to filter and consider ideas for future implementation.
Hi,
Just to add to the above we do have an existing idea already submitted here: https://ideas.okta.com/app/#/case/107461 so we would recommend up voting this idea.
Lastly, although we don't have this capability built into the sign in widget if you develop your own authentication flow via the Okta API you could trigger this automatically. You would need to retrieve the users SMS factor ID and state token, generated during the authn call, and then make a POST /api/v1/authn/factors/${factorId}/verify
Details can be found here:
https://developer.okta.com/docs/reference/api/authn/#verify-sms-factor