We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1827616 commit d6cedfbCopy full SHA for d6cedfb
src/shared/containers/tc-communities/Loader.jsx
@@ -49,7 +49,7 @@ class Loader extends React.Component {
49
/* TODO: This is a hacky way to handle SSO authentication for TopGear
50
* (Wipro) and Zurich community visitors. Should be re-factored, but not it is not
51
* clear, what exactly do we need to support it in general. */
52
- if ((communityId === 'wipro' || communityId === 'cs') && !visitorGroups) {
+ if (communityId === 'wipro' && !visitorGroups) {
53
const returnUrl = encodeURIComponent(window.location.href);
54
window.location = `${config.URL.AUTH}/sso-login/?retUrl=${returnUrl}&utm_source=${communityId}`;
55
}
0 commit comments