Do you have an idea on where we can change the url...
# _newcomer
g
Do you have an idea on where we can change the url for the continue button ? I want to access verification url without logging in first, accessing it directly but it causes issue with the continue link
b
That button is either using the
return_to
parameter from when you created the verification or registration flow, the
default_return_to
URL for the registration flow or the verification flow.