mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-08 13:11:31 +08:00
disable registering the personal additional settings page since there is only a number printed
This commit is contained in:
parent
0fd6f276fc
commit
6a103d8c8c
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class Application extends App implements IBootstrap {
|
|||
|
||||
public function register(IRegistrationContext $context): void {
|
||||
$this->registerNavigationEntry();
|
||||
$this->registerPersonalPage();
|
||||
// $this->registerPersonalPage();
|
||||
|
||||
$context->registerEventListener(
|
||||
BeforeUserDeletedEvent::class,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue