Add API Token in Text

This commit is contained in:
Florian Ströger
2018-04-26 20:04:54 +02:00
committed by GitHub
parent 70c5fa1619
commit 45fbdae34b

View File

@@ -11,6 +11,8 @@ if($auth)
require_once("../../vendor/qrcode.php");
$qr = QRCode::getMinimumQRCode($pwhash, QR_ERROR_CORRECT_LEVEL_Q);
$qr->printHTML("10px");
print($pwhash);
}
else
{