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 64858b3 commit 87e7860Copy full SHA for 87e7860
TwoFactorAuth/Controller/Adminhtml/Tfa/Configurepost.php
@@ -120,7 +120,7 @@ public function execute()
120
if ($this->validate($selected)) {
121
$this->configResource->saveConfig(
122
TfaInterface::XML_PATH_FORCED_PROVIDERS,
123
- implode(', ',array_keys($selected))
+ implode(',', array_keys($selected))
124
);
125
$this->config->reinit();
126
$this->getMessageManager()->addSuccessMessage(
0 commit comments