Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Remove unnecessary workaround for QR scan box
Browse files Browse the repository at this point in the history
See mebjas/html5-qrcode#343 for more details
  • Loading branch information
msoucy committed Dec 23, 2021
1 parent 8861a83 commit ab43fc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signinapp/static/qr.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ let html5QrcodeScanner = new Html5QrcodeScanner(
"reader",
{
fps: 10,
qrbox: 500,
rememberLastUsedCamera: true
},
/* verbose= */ false);
Expand Down

0 comments on commit ab43fc5

Please sign in to comment.