Skip to content

Commit 7b4f82c

Browse files
committed
fix: use title of FAQ instead of publisher for 2FA name
1 parent 5a8710e commit 7b4f82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/src/phpMyFAQ/User/TwoFactor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(
4444
$this->qrCodeProvider = new EndroidQrCodeProvider();
4545
$this->twoFactorAuth = new TwoFactorAuth(
4646
$this->qrCodeProvider,
47-
$this->configuration->get('main.metaPublisher'),
47+
$this->configuration->get('main.titleFAQ'),
4848
6,
4949
30,
5050
Algorithm::Sha1

0 commit comments

Comments
 (0)