initial implementation for frontend check

This commit is contained in:
2019-07-31 22:43:34 +02:00
parent 14654bac11
commit d6d1f976dc
16 changed files with 450 additions and 20 deletions

View File

@ -16,7 +16,7 @@
namespace D3\Totp\Modules\Application\Controller\Admin;
use D3\Totp\Application\Model\d3totp;
use D3\Totp\Application\Model\Exceptions\d3backupcodelist;
use D3\Totp\Application\Model\d3backupcodelist;
use D3\Totp\Application\Model\Exceptions\d3totp_wrongOtpException;
use Doctrine\DBAL\DBALException;
use OxidEsales\Eshop\Application\Model\User;