diff --git a/phpmyfaq/src/phpMyFAQ/User/TwoFactor.php b/phpmyfaq/src/phpMyFAQ/User/TwoFactor.php index b6178c63f3..3525d45267 100644 --- a/phpmyfaq/src/phpMyFAQ/User/TwoFactor.php +++ b/phpmyfaq/src/phpMyFAQ/User/TwoFactor.php @@ -44,7 +44,7 @@ public function __construct( $this->qrCodeProvider = new EndroidQrCodeProvider(); $this->twoFactorAuth = new TwoFactorAuth( $this->qrCodeProvider, - $this->configuration->get('main.metaPublisher'), + $this->configuration->get('main.titleFAQ'), 6, 30, Algorithm::Sha1