Browse Source
fix(admin): Hide empty section for users admin delegation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/55261/head
Côme Chilliet
4 weeks ago
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with
1 additions and
1 deletions
-
apps/settings/lib/Settings/Admin/Users.php
|
|
@ -37,7 +37,7 @@ class Users implements IDelegatedSettings { |
|
|
|
} |
|
|
|
|
|
|
|
public function getSection(): ?string { |
|
|
|
return 'admindelegation'; |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|