Skip to content

Commit 9cb040c

Browse files
committed
fix invitation url
1 parent 54dcd9a commit 9cb040c

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy