Skip to content

Conversation

@kkartunov
Copy link
Collaborator

No description provided.

@kkartunov kkartunov requested a review from jmgasper as a code owner November 3, 2025 13:39
@kkartunov kkartunov changed the base branch from develop to master November 3, 2025 13:39
if (communityId === 'zurich') return Community({ member, meta });
// All other get the not authorized page

console.log('Rendering Access Denied - Not Authenticated for !visitorGroups');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ performance]
Consider removing or replacing console.log statements with a more robust logging solution. Leaving console.log in production code can lead to performance issues and unintentional information disclosure.

return Community({ member, meta });
}

console.log('Rendering Access Denied - Not Authenticated');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ performance]
Consider removing or replacing console.log statements with a more robust logging solution. Leaving console.log in production code can lead to performance issues and unintentional information disclosure.

@kkartunov kkartunov merged commit 9d5d60c into master Nov 3, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants