cleanup code

This commit is contained in:
2022-10-29 00:45:11 +02:00
parent 89a48a00f9
commit a23ec6ad32
5 changed files with 11 additions and 102 deletions

View File

@ -103,8 +103,6 @@ class d3webauthnadminlogin extends AdminController
/** @var d3_webauthn_UserComponent $userCmp */
$loginController = oxNew(LoginController::class);
return $loginController->checklogin();
//Registry::getSession()->setVariable(WebauthnConf::WEBAUTHN_SESSION_AUTH, true);
}
} catch (Exception $e) {