Using Sign-In Widget, Forgot Password redirect User back to app to sign in after setting password

Host Sign-In Widget in our app. Authentication set to allow self-service. Within sign-in widget user submits forgot password. Email link takes user to custom domain to set password. example.app.com/signin/password-reset. User successfully updates password. User then is immediately prompted to authenticate to sign-in.

I am looking for the user to be redirected to app.com to sign in to account. This is not the current flow. Tried adding ?fromURI=https://app.com to the ${resetPasswordLink} as i saw in a similar question. This did not work.

How can i fix the user flow issue? (Same issue with Account Unlock)