mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-18 09:02:40 +00:00
use https protocol for qricket
This commit is contained in:
@@ -43,6 +43,6 @@ class QRicketProvider extends BaseHTTPQRCodeProvider
|
||||
'd' => $qrText,
|
||||
);
|
||||
|
||||
return 'http://qrickit.com/api/qr?' . http_build_query($queryParameters);
|
||||
return 'https://qrickit.com/api/qr?' . http_build_query($queryParameters);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user