* Replace google image charts with image-charts.com

This commit is contained in:
RobThree
2019-03-19 22:51:19 +01:00
parent f5f58a4c62
commit 7477d5d656
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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;
}