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.
2 parents fdba812 + 7b4f82c commit a497f11Copy full SHA for a497f11
phpmyfaq/src/phpMyFAQ/User/TwoFactor.php
@@ -44,7 +44,7 @@ public function __construct(
44
$this->qrCodeProvider = new EndroidQrCodeProvider();
45
$this->twoFactorAuth = new TwoFactorAuth(
46
$this->qrCodeProvider,
47
- $this->configuration->get('main.metaPublisher'),
+ $this->configuration->get('main.titleFAQ'),
48
6,
49
30,
50
Algorithm::Sha1
0 commit comments