- Shipped
- August 26, 2026 at 7:28 PM UTC
- Author
- Kamo
- Commit
- c607ab4
login.kamocrm.com is the sign-in screen for every organization that has no host of its own. The theme base was derived from that hostname, so all of them were painted in the platform's branding — and the `?org=` lookup that was meant to fix it recorded the org's DOMAIN, which an org that has brought none does not have. The folder is the org's ALIAS. /org/public/{ref} already returns it; the screen just has to use it instead of themeDomain. The pages that passed window.location.hostname explicitly stop doing so — that pinned each one to the host's branding regardless of which org the URL named.