Skip to content

Commit

Permalink
fix: disable cloud features for oss (#4551)
Browse files Browse the repository at this point in the history
(cherry picked from commit ab95013)
  • Loading branch information
YounixM authored and prashant-shahi committed Feb 14, 2024
1 parent 12a3396 commit c02bfff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/utils/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
};

Expand Down

0 comments on commit c02bfff

Please sign in to comment.