OpenConext / Stepup-SelfService

Stepup Self-service interface
Apache License 2.0
2 stars 5 forks source link

Set correct route for SMS resend button #293

Closed MKodde closed 1 year ago

MKodde commented 1 year ago

During registration, the wrong route was visited for the sms resend form. That resulted in the form being submitted unsuccessfully. By testing if the secondfactor id is set (this is never the case when adding a second RT from the token overview page) we can set the correct route and params for both scenarios.