8
0

disable input validator in webauthn account page too

Dieser Commit ist enthalten in:
Daniel Seifert 2022-11-02 14:45:47 +01:00
Ursprung 52f2e01ae2
Commit 0cc90e4bd5
Signiert von: DanielS
GPG-Schlüssel-ID: 8A7C4C6ED1915C6F

Datei anzeigen

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