From 34be7ffcc8bc5c6666b7ec7f454d0ec5a87e4bb1 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 31 Jan 2023 23:04:25 +0100 Subject: [PATCH] fix frontend login error because of empty user object --- src/Application/Model/WebauthnLogin.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Application/Model/WebauthnLogin.php b/src/Application/Model/WebauthnLogin.php index 909374a..26eb307 100644 --- a/src/Application/Model/WebauthnLogin.php +++ b/src/Application/Model/WebauthnLogin.php @@ -117,8 +117,6 @@ class WebauthnLogin $this->assertAuthn(); // relogin, don't extract from this try block - /** @var User $user */ - $user = d3GetOxidDIC()->get('d3ox.webauthn.'.User::class); $usrCmp->setUser($user); $this->setFrontendSession($user); $usrCmp->setLoginStatus(USER_LOGIN_SUCCESS);