Redirect user after email activation

I have a problem redirecting users after they activate their account via email link.

Following scenario:

  1. User registered to my website.
  2. Gets a link to activate account
  3. clicks on the link (https"://api.xyz.com/users/register/verify-email? token=XXX&redirect=https%3A%2F%2Fxyz.com)
  4. Activation is working fine
  5. gets redirected to the directus app (https://api.xyz.com/admin/users/USER-ID)

I tried with GPT a lot of stuff, but never got a solution :smirking_face: