Skip to content

Commit

Permalink
Merge pull request #8519 from kaltura/Orion-15.1.0-KMCNG-2114
Browse files Browse the repository at this point in the history
KMCNG-2114: change qr code dimensions
  • Loading branch information
inbal-ben-david authored Jun 6, 2019
2 parents ebbe786 + a94aeb8 commit abebb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/phpGangsta/GoogleAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static function getQRCodeGoogleUrl($name, $secret, $title = null) {
if(isset($title)) {
$urlencoded .= urlencode('&issuer='.urlencode($title));
}
return 'https://chart.googleapis.com/chart?chs=200x200&chld=M|0&cht=qr&chl='.$urlencoded.'';
return 'https://chart.googleapis.com/chart?chs=150x150&chld=M|0&cht=qr&chl='.$urlencoded.'';
}

/**
Expand Down Expand Up @@ -208,4 +208,4 @@ protected static function _getBase32LookupTable()
'=' // padding char
);
}
}
}

0 comments on commit abebb3a

Please sign in to comment.