fix(settings): Put Users delegated settings back into admindelegation section

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2025-09-23 11:18:02 +02:00
parent 09acd7e308
commit 92b1dda5e2
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 null;
return 'admindelegation';
}
/**