diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 43238b34fd..e690932f33 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -89,7 +89,6 @@ public function register(IRegistrationContext $context): void { // TwofactorGateway listener $context->registerEventListener(SendSignNotificationEvent::class, TwofactorGatewayListener::class); - $context->registerEventListener(SignedEvent::class, TwofactorGatewayListener::class); $context->registerEventListener(UserDeletedEvent::class, UserDeletedListener::class);