forked from Business/AccountHub
Update dependencies (fix CVE-2018-19296)
This commit is contained in:
parent
ac1ad47aba
commit
b36b4080f5
612
composer.lock
generated
612
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -88,7 +88,7 @@ if (!empty($_GET['delpass'])) {
|
||||
$qrCode = new QrCode($codeuri);
|
||||
$qrCode->setWriterByName('svg');
|
||||
$qrCode->setSize(550);
|
||||
$qrCode->setErrorCorrectionLevel(ErrorCorrectionLevel::HIGH);
|
||||
$qrCode->setErrorCorrectionLevel(ErrorCorrectionLevel::HIGH());
|
||||
$qrcode = $qrCode->writeDataUri();
|
||||
$totp = Factory::loadFromProvisioningUri($codeuri);
|
||||
$codesecret = $totp->getSecret();
|
||||
|
Loading…
x
Reference in New Issue
Block a user