mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-25 07:53:32 +08:00
fix showing Passman app icon in application header whether access is restricted to a certain group or not #694
This commit is contained in:
parent
344529b9ac
commit
5183d8eb58
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,6 @@ class Application extends App implements IBootstrap {
|
|||
}
|
||||
|
||||
public function register(IRegistrationContext $context): void {
|
||||
$this->registerNavigationEntry();
|
||||
|
||||
$context->registerEventListener(
|
||||
BeforeUserDeletedEvent::class,
|
||||
UserDeletedListener::class
|
||||
|
@ -133,6 +131,7 @@ class Application extends App implements IBootstrap {
|
|||
$manager->registerNotifierService(Notifier::class);
|
||||
|
||||
Util::addTranslations(self::APP_ID);
|
||||
$this->registerNavigationEntry();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue