You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think to do this we're going to need to migrate to a qr code library that accepts arbitrary buffers of data as input. Our current library only accepts strings, and javascript only supports UTF-16 strings, but the mobile clients are looking for a qr code that decodes to a Latin-1 encoded string.
The scannableFingerprint branch contains a WIP implementation which (last I checked) works except for this string encoding issue.
Bug description
Add display of QR code (for a separate phone to scan)
Steps to reproduce
Actual result: See the 60-digit number
Expected result: See a QR Code and 60-digit number
Screenshots
The text was updated successfully, but these errors were encountered: