File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/shared/containers/tc-communities Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,10 @@ class Loader extends React.Component {
5252 if ( ( communityId === 'wipro' || communityId === 'comcast' ) && ! visitorGroups ) {
5353 const returnUrl = encodeURIComponent ( window . location . href ) ;
5454 if ( communityId === 'wipro' ) {
55- window . location = `${ config . URL . AUTH } /?retUrl=${ config . URL . TOPGEAR } ` ;
55+ window . location = `${ config . URL . AUTH } /?retUrl=${ config . URL . TOPGEAR } &utm_source=${ communityId } ` ;
56+ } else {
57+ window . location = `${ config . URL . AUTH } /member?retUrl=${ returnUrl } &utm_source=${ communityId } ` ;
5658 }
57- window . location = `${ config . URL . AUTH } /member?retUrl=${ returnUrl } &utm_source=${ communityId } ` ;
5859 }
5960
6061 /* Redirect odl TopGear home to new TopGear App */
You can’t perform that action at this time.
0 commit comments