Skip to content

Commit

Permalink
fix: use title of FAQ instead of publisher for 2FA name
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jan 11, 2025
1 parent 5a8710e commit 7b4f82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/src/phpMyFAQ/User/TwoFactor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b4f82c

Please sign in to comment.