disable input validator in webauthn account page too
This commit is contained in:
parent
52f2e01ae2
commit
0cc90e4bd5
@ -15,6 +15,7 @@
|
||||
|
||||
namespace D3\Webauthn\Application\Controller;
|
||||
|
||||
use D3\Webauthn\Application\Controller\Traits\accountTrait;
|
||||
use D3\Webauthn\Application\Model\Credential\PublicKeyCredential;
|
||||
use D3\Webauthn\Application\Model\Credential\PublicKeyCredentialList;
|
||||
use D3\Webauthn\Application\Model\Webauthn;
|
||||
@ -26,6 +27,8 @@ use OxidEsales\Eshop\Core\Registry;
|
||||
|
||||
class d3_account_webauthn extends AccountController
|
||||
{
|
||||
use accountTrait;
|
||||
|
||||
protected $_sThisTemplate = 'd3_account_webauthn.tpl';
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user