Skip to content

Commit 4bc54e9

Browse files
committed
OXDEV-9078 Protect security section under the login
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
1 parent c6495ab commit 4bc54e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Authentication/TwoFactorAuth/Controller/AccountSecurityController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
namespace OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Controller;
1111

12-
use OxidEsales\Eshop\Application\Controller\FrontendController;
12+
use OxidEsales\Eshop\Application\Controller\AccountController;
1313
use OxidEsales\Eshop\Core\Registry;
1414
use OxidEsales\SecurityModule\Authentication\TwoFactorAuth\Settings\TwoFAUserSettingsInterface;
1515

16-
class AccountSecurityController extends FrontendController
16+
class AccountSecurityController extends AccountController
1717
{
1818
/**
1919
* @var string

0 commit comments

Comments
 (0)