mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 08:20:11 +01:00
display a smaller QR code
This commit is contained in:
parent
4f9767836d
commit
a9dff5928e
@ -38,6 +38,6 @@ else if(isset($_GET['toggle'])) {
|
||||
|
||||
$ga = $p->get_ga_settings($session->get('username'));
|
||||
|
||||
QRcode::png("otpauth://totp/" . SITE_NAME . "?secret=" . $ga['ga_secret'], false, "L", 8, 2);
|
||||
QRcode::png("otpauth://totp/" . SITE_NAME . "?secret=" . $ga['ga_secret'], false, "L", 4, 2);
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user