Skip to content

Commit b6d19cd

Browse files
authored
Merge pull request #338 from topcoder-platform/dev
feat: add regSource to signup link
2 parents eb7cf41 + 068c83c commit b6d19cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ workflows:
7777
branches:
7878
only:
7979
- dev
80+
- fix/add-reg-source
8081

8182
# Production builds are exectuted only on tagged commits to the
8283
# master branch.

src/containers/challenge-detail/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ class ChallengeDetailPageContainer extends React.Component {
330330
config.URL.AUTH
331331
}/member?retUrl=${encodeURIComponent(
332332
window.location.href
333-
)}&utm_source=${utmSource}`;
333+
)}&utm_source=${utmSource}&regSource=challenges`;
334334
} else if (_.every(terms, "agreed")) {
335335
registerForChallenge(auth, challengeId);
336336
} else {

0 commit comments

Comments
 (0)