diff --git a/lib/GoogleAuthenticator/PHPGangsta/GoogleAuthenticator.php b/lib/GoogleAuthenticator/PHPGangsta/GoogleAuthenticator.php index ff09e60..c998759 100644 --- a/lib/GoogleAuthenticator/PHPGangsta/GoogleAuthenticator.php +++ b/lib/GoogleAuthenticator/PHPGangsta/GoogleAuthenticator.php @@ -79,7 +79,7 @@ public function getQRCodeGoogleUrl($name, $secret, $title = null) { if(isset($title)) { $urlencoded .= urlencode('&issuer='.$title); } - return 'https://chart.googleapis.com/chart?chs=200x200&chld=M|0&cht=qr&chl='.$urlencoded.''; + return 'https://api.qrserver.com/v1/create-qr-code/?size=200x200&data='.$urlencoded.''; } /**