Update dependencies (fix CVE-2018-19296)

master
Skylar Ittner 4 years ago
parent ac1ad47aba
commit b36b4080f5

596
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…
Cancel
Save