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);