Sign-In Widget - How Can I Change the Password Reset Flow?

Hello,
Are you trying to break out of the flow where the user does not need to enter their SMS code?
If so the user will not be authenticated at that point.

The widget does provide an afterRender callback where you can check on the current controller and then make any html modifications you wish.

The Widget code is open source, so it can be forked and modified to fit your flow requirements.