We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8710e commit 7b4f82cCopy full SHA for 7b4f82c
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