fix:sign-up section
This commit is contained in:
parent
e2d0e17846
commit
c736d39b27
File diff suppressed because it is too large
Load Diff
|
|
@ -214,3 +214,4 @@ export async function registerTenant(data: any) {
|
||||||
const url = "clients/with-user";
|
const url = "clients/with-user";
|
||||||
return httpPost(url, data);
|
return httpPost(url, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue