Expected Findings
- Cross-tenant user data is exposed by changing org identifiers.
Changing the tenant selector triggers a fresh request for another org, with no server-side check that the current user belongs to it.
fetch("/api/orgs/" + currentOrg + "/users")