Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 70875b6

Browse files
committed
Merge branch 'hotfix/update-activate-url'
2 parents 19bb98e + 05b8675 commit 70875b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/tc/register.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ import { getNewJWT } from '../../../core/auth.js'
170170
if (vm.regSource && vm.regSource === 'tcBusiness') {
171171
afterActivationURL = `https://connect.${DOMAIN}/`
172172
} else {
173-
afterActivationURL = `https://www.${DOMAIN}/challenges`
173+
afterActivationURL = `https://www.${DOMAIN}/community/practice`
174174
}
175175

176176
var body = {

0 commit comments

Comments
 (0)