cleanup code
This commit is contained in:
@ -17,7 +17,6 @@ namespace D3\Webauthn\Application\Controller\Admin;
|
||||
|
||||
use D3\Webauthn\Application\Model\Credential\PublicKeyCredential;
|
||||
use D3\Webauthn\Application\Model\Credential\PublicKeyCredentialList;
|
||||
use D3\Webauthn\Application\Model\d3webauthn;
|
||||
use D3\Webauthn\Application\Model\Webauthn;
|
||||
use D3\Webauthn\Application\Model\WebauthnErrors;
|
||||
use D3\Webauthn\Modules\Application\Model\d3_User_Webauthn;
|
||||
@ -132,14 +131,6 @@ class d3user_webauthn extends AdminDetailsController
|
||||
return oxNew(User::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return d3webauthn
|
||||
*/
|
||||
public function getWebauthnObject()
|
||||
{
|
||||
return oxNew(d3webauthn::class);
|
||||
}
|
||||
|
||||
public function deleteKey()
|
||||
{
|
||||
/** @var PublicKeyCredential $credential */
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user