Organization not passed along after user signup

Hi there. After a new user signs up through an invitation to an organization, their organization is not passed along to the callback URL/login URL.

Expected behavior:

  1. The user goes to the login URL with the invitation and organization parameters
  2. They sign up
  3. They are redirected to the login URL with the organization URL retained

What actually happens:

  1. The user goes to the login URL with the invitation and organization parameters
  2. They sign up
  3. They are redirected to the login URL, but their organization is not passed as a query parameter

Can someone help out with this? My app is currently broken due to this issue

Any update from the Auth0 team?