diff --git a/setup.py b/setup.py index 96ccecf73..eddb506b5 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="django-two-factor-auth", - version="0.3.4+cb.14", + version="0.3.4+cb.15", author="Bouke Haarsma", author_email="bouke@webatoom.nl", packages=find_packages( diff --git a/two_factor/util.py b/two_factor/util.py index bb622a692..cc8b136ca 100644 --- a/two_factor/util.py +++ b/two_factor/util.py @@ -20,7 +20,7 @@ def get_otpauth_url(alias, seed): def get_qr_url(alias, seed): - return "https://chart.googleapis.com/chart?" + urlencode({ + return "https://quickchart.io/chart?" + urlencode({ "chs": "200x200", "chld": "M|0", "cht": "qr",