Wrap API token in code

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2019-12-07 09:54:46 +02:00
parent ca35942aed
commit dbed9e8d02

View File

@@ -11,9 +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);
echo "<br>Raw API Token: <code>" . $pwhash . "</code>";
}
else
{