From 142d1a957ba3a8af47d808e12e730211c66999a8 Mon Sep 17 00:00:00 2001 From: Andrii Kostenko Date: Thu, 6 Nov 2025 14:37:00 +0000 Subject: [PATCH] saas hostnames --- frontend/src/app/services/company.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/services/company.service.ts b/frontend/src/app/services/company.service.ts index 0e7b3c21c..8fe516d9f 100644 --- a/frontend/src/app/services/company.service.ts +++ b/frontend/src/app/services/company.service.ts @@ -45,7 +45,7 @@ export class CompanyService { isCustomDomain() { const domain = window.location.hostname; - return !this.saasHostnames.includes(domain); + return !this.saasHostnames?.includes(domain); } fetchCompany() {