diff --git a/lib/Service/RecoveryEmailService.php b/lib/Service/RecoveryEmailService.php index e71d198c148ce3acf2897a6e6fad812b8d45c2ff..c82765fd06bcfb37f4996421248c80469afde28f 100644 --- a/lib/Service/RecoveryEmailService.php +++ b/lib/Service/RecoveryEmailService.php @@ -43,6 +43,7 @@ class RecoveryEmailService { private const ATTEMPT_KEY = "recovery_email_attempts"; private BlackListService $blackListService; private IL10N $l; + private ISession $session; public function __construct(string $appName, ILogger $logger, IConfig $config, LDAPConnectionService $LDAPConnectionService, ISession $session, IUserManager $userManager, IMailer $mailer, IFactory $l10nFactory, IURLGenerator $urlGenerator, Defaults $themingDefaults, IVerificationToken $verificationToken, CurlService $curlService, BlackListService $blackListService, IL10N $l) { $this->logger = $logger;