File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/shared/containers/challenge-detail Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ workflows:
343343 branches :
344344 only :
345345 - develop
346- - fix/settings-save-fail
346+ - fix/regsource
347347 # This is alternate dev env for parallel testing
348348 - " build-test " :
349349 context : org-global
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ class ChallengeDetailPageContainer extends React.Component {
297297 } = this . props ;
298298 if ( ! auth . tokenV3 ) {
299299 const utmSource = communityId || 'community-app-main' ;
300- window . location . href = `${ config . URL . AUTH } /member?retUrl=${ encodeURIComponent ( window . location . href ) } &utm_source=${ utmSource } ` ;
300+ window . location . href = `${ config . URL . AUTH } /member?retUrl=${ encodeURIComponent ( window . location . href ) } &utm_source=${ utmSource } ®Source=challenges ` ;
301301 } else if ( _ . every ( terms , 'agreed' ) ) {
302302 registerForChallenge ( auth , challengeId ) ;
303303 } else {
You can’t perform that action at this time.
0 commit comments