mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-26 10:26:50 +00:00
* Replace google image charts with image-charts.com
This commit is contained in:
@@ -212,7 +212,7 @@ class TwoFactorAuth
|
||||
{
|
||||
// Set default QR Code provider if none was specified
|
||||
if (null === $this->qrcodeprovider) {
|
||||
return $this->qrcodeprovider = new Providers\Qr\GoogleQRCodeProvider();
|
||||
return $this->qrcodeprovider = new Providers\Qr\ImageChartsQRCodeProvider();
|
||||
}
|
||||
return $this->qrcodeprovider;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user