Is there a way to navigate from `/ui/settings` bac...
# ory-network
e
Is there a way to navigate from
/ui/settings
back to some website when user wants, not on Post-Settings Redirect? Use case: User wants to change both traits and password and then go back to app. If login is required for change, going back in browser history will end up on login page.
s
There are the
return_to
query parameters basically for every flow. If that is not set it is using the default from the config
e
I was looking for some link where user can click and go to website
with
return_to
user will be redirected after first update
s
ah I see, yeah that makes sense https://github.com/ory/network/issues/268
e
thanks!