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

Commit 54e5ebd

Browse files
author
sachin-maheshwari
authored
Merge pull request #43 from appirio-tech/dev
Shapeup3 - resend activation email, adding path field
2 parents 4f8fca5 + 4f1eb13 commit 54e5ebd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,9 +907,11 @@ public ApiResponse resendEmail(
907907
data.put("code", user.getCredential().getActivationCode());
908908
data.put("domain", getDomain());
909909
data.put("subDomain", "www");
910+
data.put("path", "/start");
910911

911912
if (user.getRegSource() != null && user.getRegSource().matches("tcBusiness")) {
912913
data.put("subDomain", "connect");
914+
data.put("path", "/");
913915
}
914916

915917
payload.put("data", data);

0 commit comments

Comments
 (0)