feat:php flow

This commit is contained in:
CheetoDa 2024-03-13 10:40:32 +05:30 committed by Yunus M
parent 5a8479f4e9
commit ad9d77d33f

View File

@ -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');
};