this way i could always inject my own `return_to` ...
# ory-network
d
this way i could always inject my own
return_to
link to keep the user on track when he eventually clicks "continue"
b
You can set
after_verification_return_to
when you create the registration flow. But this only works for browser registration flows.
d
i dont think this helps me as i dont know if you are doing first login (signup) or just login
i simply take user to you page for microsoft login, at that point i dont even know the users email
i guess this could be done if i disable signups from the UI and make my own signup button, seem a bit complicated to accomplish this
i would simply want to handle all verification myself
b
Hm, I see. Don’t think we support that for now. Could you create an issue in ory/network? Then we can take a closer look.
d
yeah, i guess
we are going live at some point so it wont help me atm. but would be nice improvement to the user onboarding experience later
@bland-eye-99092 can you ping me when the return_to bug should be fixed, i can test it
this would be a somewhat solution to my problem, hopelly user uses my initiated ver. email and not the first auto sent one.