You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/user/service/EmailCommunicationService.java
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/user/service/EmailCommunicationServiceImpl.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public boolean sendPasswordResetEmail(String to, String token, String message) {
50
50
}
51
51
52
52
@Override
53
-
publicbooleansendInviteEmail(String[] to, StringinviteLink, Stringmessage) {
53
+
publicbooleansendInvitationEmails(String[] to, StringinviteLink, Stringmessage) {
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/authentication/AuthenticationController.java
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/authentication/AuthenticationEndpoints.java
+17-1
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,15 @@ public Mono<ResponseView<Boolean>> linkAccountWithThirdParty(
0 commit comments