I am trying to redirect after sending a "reset password" link via WebAuth from auth0-js

Hello auth0 community,

I have setup some UI that allows you to reset password by sending an email via WebAuth.
Everything works fine, until the point where I have successfully changed the password, and get a success widget. I’d also like to redirect the user to my domain after they’ve changed the password.
I have setup Login URLs in all of my apps and tenant, I tried using Rules, with no result and I am out of options. Can you tell me what I am doing wrong ?

For reference, I am using:
auth0-js, version “^9.19.0” and I am using the WebAuth instance of that package, after having passed the clientID, domain and scope.