fix(admin): Hide empty section for users admin delegation

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2025-09-22 17:40:32 +02:00
parent 6181754ec8
commit 480ef16946
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -37,7 +37,7 @@ class Users implements IDelegatedSettings {
}
public function getSection(): ?string {
return 'admindelegation';
return null;
}
/**