mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-23 13:04:29 +08:00
feat:php flow
This commit is contained in:
parent
5a8479f4e9
commit
ad9d77d33f
@ -15,8 +15,6 @@ export function extractDomain(email: string): string {
|
|||||||
export const isCloudUser = (): boolean => {
|
export const isCloudUser = (): boolean => {
|
||||||
const { hostname } = window.location;
|
const { hostname } = window.location;
|
||||||
|
|
||||||
return true;
|
|
||||||
|
|
||||||
return hostname?.endsWith('signoz.cloud');
|
return hostname?.endsWith('signoz.cloud');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user