antonioribeiro / google2fa-qrcode

QRCode for Google2FA
MIT License
107 stars 25 forks source link

Fix imageBackend property to allow overruling imageBackend #13

Closed patrickbrouwers closed 3 years ago

patrickbrouwers commented 3 years ago

Because of the difference between imageBackend and imageBackEnd, it's currently not possible to override the imageBackend method because the empty() check returns true on undefined properties.

antonioribeiro commented 3 years ago

Done on another PR. Thank you!