From ad9d77d33f953804e25c8b90e4bda4f070709d6f Mon Sep 17 00:00:00 2001 From: CheetoDa Date: Wed, 13 Mar 2024 10:40:32 +0530 Subject: [PATCH] feat:php flow --- frontend/src/utils/app.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/utils/app.ts b/frontend/src/utils/app.ts index d0b859d108..0ab9e6fca7 100644 --- a/frontend/src/utils/app.ts +++ b/frontend/src/utils/app.ts @@ -15,8 +15,6 @@ export function extractDomain(email: string): string { export const isCloudUser = (): boolean => { const { hostname } = window.location; - return true; - return hostname?.endsWith('signoz.cloud'); };