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

Commit7c48ccd

Browse files
Thomasrludomikula
Thomasr
authored andcommitted
change the key name to the source of provider
1 parent4123df4 commit7c48ccd

File tree

1 file changed

+1
-1
lines changed
  • server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/user/service

1 file changed

+1
-1
lines changed

‎server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/user/service/UserServiceImpl.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ protected Map<String, Object> convertConnections(Set<Connection> connections) {
443443
returnconnections.stream()
444444
.filter(connection -> !AuthSourceConstants.EMAIL.equals(connection.getSource()) &&
445445
!AuthSourceConstants.PHONE.equals(connection.getSource()))
446-
.collect(Collectors.toMap(Connection::getAuthId,Connection::getRawUserInfo));
446+
.collect(Collectors.toMap(Connection::getSource,Connection::getRawUserInfo));
447447
}
448448

449449
protectedStringconvertEmail(Set<Connection>connections) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp