Skip to content

Commit 6f98d43

Browse files
authored
Merge branch 'main' into BC-11203-fwu-auth
2 parents b57c239 + 45233ac commit 6f98d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/link/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ module.exports = function setup() {
153153
// build final link and remove possible double-slashes in url except the protocol ones
154154
if (expertSchoolId && linkInfo.hash) {
155155
// expert registration link for new users
156-
linkInfo.link = `/registration/${expertSchoolId}/byexpert/?importHash=${linkInfo.hash}`;
156+
linkInfo.link = `/registration/${expertSchoolId}/byexternalPerson/?importHash=${linkInfo.hash}`;
157157
} else if (teamId) {
158158
/** @replaced logic is inside team services now * */
159159
// team accept link for existing users

0 commit comments

Comments
 (0)