Skip to content

Commit 7afc90e

Browse files
authored
Merge pull request #7133 from topcoder-platform/v6-hotfixes
V6 hotfixes -> dev
2 parents 71a7ac1 + d614389 commit 7afc90e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/server/tc-communities/wipro/metadata.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"authorizedGroupIds": [],
2+
"authorizedGroupIds": [
3+
"b7f7c0f8-8ee8-409e-9e5c-33404983b635",
4+
"55351e45-f8e2-4980-8461-94de5366623f"
5+
],
36
"challengeFilter": {
47
"groupIds": ["b7f7c0f8-8ee8-409e-9e5c-33404983b635"]
58
},

src/shared/containers/tc-communities/Loader.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ class Loader extends React.Component {
125125
// to any groups authorized to access this community
126126
return Community({ member, meta });
127127
}
128-
129128
/* Visitor is not authorized to access this community. */
130129
return (
131130
<AccessDenied

0 commit comments

Comments
 (0)