From eff877af03d2ce05f18b780383ab643741440fd1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 3 Oct 2022 15:03:23 +0200 Subject: Pass logger to passwordless auth WebAuthn lib Signed-off-by: Christoph Wurst --- lib/private/Authentication/WebAuthn/Manager.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/private/Authentication/WebAuthn/Manager.php b/lib/private/Authentication/WebAuthn/Manager.php index 1edfb6a85ed..de22fd6d450 100644 --- a/lib/private/Authentication/WebAuthn/Manager.php +++ b/lib/private/Authentication/WebAuthn/Manager.php @@ -145,6 +145,7 @@ class Manager { $tokenBindingHandler, $extensionOutputCheckerHandler ); + $authenticatorAttestationResponseValidator->setLogger($this->logger); try { // Load the data @@ -212,7 +213,9 @@ class Manager { $this->repository, $tokenBindingHandler, $extensionOutputCheckerHandler, - $algorithmManager + $algorithmManager, + null, + $this->logger, ); try { -- cgit v1.2.3