Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9cb040c

Browse files
author
Thomasr
committed
fix invitation url
1 parent54dcd9a commit9cb040c

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
publicMono<ResponseView<Boolean>>sendInvitationEmails(InviteEmailRequestreq) {
6363
returninvitationApiService.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)

[8]ページ先頭

©2009-2025 Movatter.jp