From 0cc90e4bd576700851f8c1ec815e9960769ebac6 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 2 Nov 2022 14:45:47 +0100 Subject: [PATCH] disable input validator in webauthn account page too --- src/Application/Controller/d3_account_webauthn.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Application/Controller/d3_account_webauthn.php b/src/Application/Controller/d3_account_webauthn.php index cf10399..2114009 100755 --- a/src/Application/Controller/d3_account_webauthn.php +++ b/src/Application/Controller/d3_account_webauthn.php @@ -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'; /**