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

Commit d6cfd5a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ public ApiResponse resendEmail(
911911

912912
if (user.getRegSource() != null && user.getRegSource().matches("tcBusiness")) {
913913
data.put("subDomain", "connect");
914-
data.put("path", "");
914+
data.put("path", "/");
915915
}
916916

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

0 commit comments

Comments
 (0)