Content-Length: 256610 | pFad | http://github.com/lowcoder-org/lowcoder/commit/7a5daebe66913260d6770c1a447d7026b0cef123

76 fix invitation url · lowcoder-org/lowcoder@7a5daeb · GitHub
Skip to content

Commit 7a5daeb

Browse files
committed
fix invitation url
1 parent 209959a commit 7a5daeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/usermanagement/InvitationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public Mono<ResponseView<?>> inviteUser(@PathVariable String invitationId) {
6262
public Mono<ResponseView<Boolean>> sendInvitationEmails(InviteEmailRequest req) {
6363
return invitationApiService.create(req.orgId()).map(invitation ->
6464
emailCommunicationService.sendInvitationEmails(req.emails(),
65-
config.getLowcoderPublicUrl() + "/" + invitation.getInviteCode(),
65+
config.getLowcoderPublicUrl() + "/invite/" + invitation.getInviteCode(),
6666
"You have been invited to join our platform. Click here to accept the invitation: %s"))
6767
.map(ResponseView::success);
6868
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/7a5daebe66913260d6770c1a447d7026b0cef123

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy