Added "Raw API Token:"

As requested
This commit is contained in:
Florian Ströger
2018-04-29 10:17:10 +02:00
committed by GitHub
parent 45fbdae34b
commit 2c7b6c07c6

View File

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