We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b57c239 + 45233ac commit 6f98d43Copy full SHA for 6f98d43
src/services/link/index.js
@@ -153,7 +153,7 @@ module.exports = function setup() {
153
// build final link and remove possible double-slashes in url except the protocol ones
154
if (expertSchoolId && linkInfo.hash) {
155
// expert registration link for new users
156
- linkInfo.link = `/registration/${expertSchoolId}/byexpert/?importHash=${linkInfo.hash}`;
+ linkInfo.link = `/registration/${expertSchoolId}/byexternalPerson/?importHash=${linkInfo.hash}`;
157
} else if (teamId) {
158
/** @replaced logic is inside team services now * */
159
// team accept link for existing users
0 commit comments