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.
1 parent d1008dc commit 1b72701Copy full SHA for 1b72701
phpmyfaq/src/phpMyFAQ/User/TwoFactor.php
@@ -43,11 +43,11 @@ public function __construct(private Configuration $configuration)
43
{
44
$this->qrCodeProvider = new EndroidQrCodeProvider();
45
$this->twoFactorAuth = new TwoFactorAuth(
46
+ $this->qrCodeProvider,
47
$this->configuration->get('main.metaPublisher'),
48
6,
49
30,
- Algorithm::Sha1,
50
- $this->qrCodeProvider
+ Algorithm::Sha1
51
);
52
}
53
0 commit comments