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

Commit b846edb

Browse files
authored
Take registered user to new onboarding flow
Take registered user to new onboarding flow - accounts app commit id - 82886d765399e514db8f5504ef21d51ba1322b04
1 parent 804f2f6 commit b846edb

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)