Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified config/Migrations/schema-dump-default.lock

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you committed it by mistake.

Binary file not shown.
1 change: 1 addition & 0 deletions src/Auth/OpenIDConnectService.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public function getGroupsFromUserInfo($userInfoGroups)
}
}
}
return $result;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix is correct. $result is built locally and populated in the loop , but never returned.

}

/**
Expand Down