mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 11:06:00 +08:00
chore: minor fix
This commit is contained in:
parent
1a14cc305c
commit
b947f823d7
@ -14,7 +14,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