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

Commit 188113f

Browse files
author
sachin-maheshwari
authored
Merge pull request #46 from appirio-tech/dev
Member onboarding
2 parents f0159b9 + b846edb commit 188113f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/appirio/tech/core/service/identity/resource/UserResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,8 @@ public ApiResponse resendEmail(
906906
data.put("handle", user.getHandle());
907907
data.put("code", user.getCredential().getActivationCode());
908908
data.put("domain", getDomain());
909-
data.put("subDomain", "www");
910-
data.put("path", "/start");
909+
data.put("subDomain", "platform");
910+
data.put("path", "/onboard");
911911

912912
if (user.getRegSource() != null && user.getRegSource().matches("tcBusiness")) {
913913
data.put("subDomain", "connect");

0 commit comments

Comments
 (0)