diff --git a/administrator/components/com_users/src/Helper/Mfa.php b/administrator/components/com_users/src/Helper/Mfa.php index cd867b47c098c..a98eb8b737997 100644 --- a/administrator/components/com_users/src/Helper/Mfa.php +++ b/administrator/components/com_users/src/Helper/Mfa.php @@ -78,7 +78,7 @@ public static function getConfigurationInterface(User $user): ?string /** @var CMSApplication $app */ $app = Factory::getApplication(); - if (!$app->getInput()->getCmd('option', '') === 'com_users') { + if ($app->getInput()->getCmd('option', '') !== 'com_users') { $app->getLanguage()->load('com_users'); $app->getDocument() ->getWebAssetManager()