mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 07:38:58 +08:00
fix: disable cloud features for oss (#4551)
This commit is contained in:
parent
7ec25b4f62
commit
ab950135ff
@ -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');
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user