mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Use SvgPathImage in QR Code generation to remove white lines. #388
This commit is contained in:
parent
add5fd3e52
commit
e4c8f5e100
@ -1627,7 +1627,7 @@ def qrcode():
|
||||
return redirect(url_for('index'))
|
||||
|
||||
# render qrcode for FreeTOTP
|
||||
img = qrc.make(current_user.get_totp_uri(), image_factory=qrc_svg.SvgImage)
|
||||
img = qrc.make(current_user.get_totp_uri(), image_factory=qrc_svg.SvgPathImage)
|
||||
stream = BytesIO()
|
||||
img.save(stream)
|
||||
return stream.getvalue(), 200, {
|
||||
|
Loading…
Reference in New Issue
Block a user