happy-vr-44206
04/04/2024, 11:59 AMchilly-king-10285
04/04/2024, 12:00 PMchilly-king-10285
04/04/2024, 12:00 PMafter_verification_return_to
parameter to the Browser Registration Init endpoint. The value of this parameter should be the URL you want to redirect to after the verification flow is completed. In your case, you would append after_verification_return_to=<http://localhost:3000/verify-email>
to the Browser Registration Init endpoint. Here is an example of how you would do this: <https://public.url/self-service/registration/browser?after_verification_return_to=http://localhost:3000/verify-email>
Please replace <https://public.url>
with your actual Ory Kratos public URL. For more information, you can refer to the [Ory Kratos Documentation](https://www.ory.sh/docs/kratos/concepts/browser-redirect-flow-completion#post-verification-redirection).