fix:sign-up section

This commit is contained in:
Sabda Yagra 2025-10-07 08:42:07 +07:00
parent e2d0e17846
commit c736d39b27
2 changed files with 651 additions and 317 deletions

File diff suppressed because it is too large Load Diff

View File

@ -214,3 +214,4 @@ export async function registerTenant(data: any) {
const url = "clients/with-user";
return httpPost(url, data);
}