disable input validator in webauthn account page too

This commit is contained in:
Daniel Seifert 2022-11-02 14:45:47 +01:00
parent 52f2e01ae2
commit 0cc90e4bd5
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 3 additions and 0 deletions

View File

@ -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';
/**