2 bugs :
- Reacp App custom URL incomplete :
In the MacOS App :
The Default tenant portal has a “Domain URL” required
The other tenants “Domain URL” is optional but we have a unique key in the URL
In the React App :
The “Domain URL” is still optional
But we lost the unique key and the domain name
-
Can you confirm that custom URLs only impact the client portal login page look and feel, and no matter in which portals the client connect, he will always be redirected to the correct account ?
-
Client DropDown selected value set to Tenant instead.
In case the same customer email is configured on clients in “multiple tenants”.
TenantA / Client A with contact : [email protected]
TenantB / Client B with contact : [email protected]
In that specific case a DropDown is showing at the top right to select which Client to manage.
The Drop Down menu allow to select between “Client A” and “Client” B which is perfect. But once a client is select the DropDown SelectedValue is set to “Tenant A/B” instead of “Client A/B”
Let me know if you need a screenshot.