We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042191a commit f8224a7Copy full SHA for f8224a7
TwoFactorAuth/Observer/ControllerActionPredispatch.php
@@ -139,7 +139,7 @@ private function redirect(string $url): void
139
public function execute(Observer $observer)
140
{
141
if ($this->moduleManager->isEnabled('Magento_AdminAdobeIms')
142
- && !$this->scopeConfig->isSetFlag('adobe_ims/integration/two_factor')) {
+ && $this->scopeConfig->isSetFlag('adobe_ims/integration/adobe_ims_2fa_enabled')) {
143
return;
144
}
145
/** @var $controllerAction AbstractAction */
0 commit comments