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 dee0936
Showing 1 changed file with 2 additions and 2 deletions.
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 dee0936

Please sign in to comment.