I am using the angular version of the widget (6.7.0).
By specifying these features:
smsRecovery: true,
callRecovery: true,
emailRecovery: true
The “Reset Password” screen is rendered as depicted below.
For the “Reset via Email” option, I want to have my app trigger a custom email and not send the Okta generated email.
Are either of the following options possible?
- Intercept the click of the “Reset via Email” button and discontinue the flow that will trigger the Okta-generated email.
- Specify
emailRecovery: false
and add a custom button to the widget for the “Reset via Email” option.