#69 — [Bug]: Misplaced field values on “create tenant” request.

Repo: Twill-AI/twill-ai-ui State: closed | Status: done Assignee: Unassigned

Created: 2024-10-17 · Updated: 2025-03-11

Description

Steps to reproduce

To reproduce:

  1. In staging sign up with new user. Wait “Let’s fill in some details” page
  2. Fill “name” and “your organization” with “Bill” and “Company”.
  3. Open browser DevTools “Network” tab.

What was the expected behavior?

POST https://staging.twillai.com/api/v1/self-management/tenant sends {“name”:“Company”,“profile_name”:“Bill”} because user’s name should be used as Profile name while organization name as tenant name.

Screenshots

image

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets