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

Commit 3a743b6

Browse files
author
Sachin Maheshwari
committed
adding path after activation
1 parent 12b0ff5 commit 3a743b6

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)