Adds methods to set and authenticate against one time passwords (Two-Factor Authentication). Inspired in AM::SecurePassword
773
stars
81
forks
source link
undefined method `dark?' for #<RQRCode::QRCode:0x00005649dee622a0 #115
Closed
rijotech closed 1 year ago
Hi, I'm facing a problem trying to generate a Visual QR code I'm getting this error message. I'm using this Githubto generate the Visual QR Code.
undefined method
dark?' for #<RQRCode::QRCode:0x00005649dee622a0 @qrcode=QRCodeCore: @data='#I noticed this is the part generating the error.
data[y + 1][x + 1] = true if qr.dark?(x, y)
From here.