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 820be52 + 2c8b134 commit 068c83cCopy full SHA for 068c83c
.circleci/config.yml
@@ -77,6 +77,7 @@ workflows:
77
branches:
78
only:
79
- dev
80
+ - fix/add-reg-source
81
82
# Production builds are exectuted only on tagged commits to the
83
# master branch.
src/containers/challenge-detail/index.jsx
@@ -330,7 +330,7 @@ class ChallengeDetailPageContainer extends React.Component {
330
config.URL.AUTH
331
}/member?retUrl=${encodeURIComponent(
332
window.location.href
333
- )}&utm_source=${utmSource}`;
+ )}&utm_source=${utmSource}®Source=challenges`;
334
} else if (_.every(terms, "agreed")) {
335
registerForChallenge(auth, challengeId);
336
} else {
0 commit comments