Skip to content

Commit

Permalink
fix issue after resolving merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Jan 18, 2023
1 parent 074e6f2 commit 22b6b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ All notable changes to this project will be documented in this file.
### Changed
- drop support for Nextcloud 21 and 22

- Use session locking to be compatible with Nextcloud 25 during logout

## 5.1.2

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions lib/Settings/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ public function getForm() {
'group_mapping_prefix' => [
'text' => $this->l10n->t('Group Mapping Prefix, default: %s', [SAMLSettings::DEFAULT_GROUP_PREFIX]),
'type' => 'line',
required => true,

'required' => true,
],
];

$userFilterSettings = [
Expand Down

0 comments on commit 22b6b02

Please sign in to comment.