File tree 2 files changed +2
-2
lines changed
src/shared/containers/challenge-detail
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ workflows:
343
343
branches :
344
344
only :
345
345
- develop
346
- - fix/settings-save-fail
346
+ - fix/regsource
347
347
# This is alternate dev env for parallel testing
348
348
- " build-test " :
349
349
context : org-global
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ class ChallengeDetailPageContainer extends React.Component {
297
297
} = this . props ;
298
298
if ( ! auth . tokenV3 ) {
299
299
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 ` ;
301
301
} else if ( _ . every ( terms , 'agreed' ) ) {
302
302
registerForChallenge ( auth , challengeId ) ;
303
303
} else {
You can’t perform that action at this time.
0 commit comments