aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/Authentication/LoginCredentials/Store.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Authentication/LoginCredentials/Store.php b/lib/private/Authentication/LoginCredentials/Store.php
index 88aaf518ab1..cc90dffe193 100644
--- a/lib/private/Authentication/LoginCredentials/Store.php
+++ b/lib/private/Authentication/LoginCredentials/Store.php
@@ -52,6 +52,7 @@ class Store implements IStore {
public function __construct(
ISession $session,
LoggerInterface $logger,
+ private ICrypto $crypto,
IProvider $tokenProvider = null) {
$this->session = $session;
$this->logger = $logger;