We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71a7ac1 + d614389 commit 7afc90eCopy full SHA for 7afc90e
src/server/tc-communities/wipro/metadata.json
@@ -1,5 +1,8 @@
1
{
2
- "authorizedGroupIds": [],
+ "authorizedGroupIds": [
3
+ "b7f7c0f8-8ee8-409e-9e5c-33404983b635",
4
+ "55351e45-f8e2-4980-8461-94de5366623f"
5
+ ],
6
"challengeFilter": {
7
"groupIds": ["b7f7c0f8-8ee8-409e-9e5c-33404983b635"]
8
},
src/shared/containers/tc-communities/Loader.jsx
@@ -125,7 +125,6 @@ class Loader extends React.Component {
125
// to any groups authorized to access this community
126
return Community({ member, meta });
127
}
128
-
129
/* Visitor is not authorized to access this community. */
130
return (
131
<AccessDenied
0 commit comments