#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:
- In staging sign up with new user. Wait “Let’s fill in some details” page
- Fill “name” and “your organization” with “Bill” and “Company”.
- 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
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets