We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6495ab commit 4bc54e9Copy full SHA for 4bc54e9
1 file changed
src/Authentication/TwoFactorAuth/Controller/AccountSecurityController.php
@@ -9,11 +9,11 @@
9
10
namespace OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Controller;
11
12
-use OxidEsales\Eshop\Application\Controller\FrontendController;
+use OxidEsales\Eshop\Application\Controller\AccountController;
13
use OxidEsales\Eshop\Core\Registry;
14
use OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Settings\TwoFAUserSettingsInterface;
15
16
-class AccountSecurityController extends FrontendController
+class AccountSecurityController extends AccountController
17
{
18
/**
19
* @var string
0 commit comments