From ab43fc505b525485e74e8cbccbd7ea5b2f1c6d2e Mon Sep 17 00:00:00 2001 From: Matt Soucy Date: Thu, 23 Dec 2021 16:51:59 -0500 Subject: [PATCH] Remove unnecessary workaround for QR scan box See https://github.com/mebjas/html5-qrcode/issues/343 for more details --- signinapp/static/qr.js | 1 - 1 file changed, 1 deletion(-) diff --git a/signinapp/static/qr.js b/signinapp/static/qr.js index 591d019..6f65923 100644 --- a/signinapp/static/qr.js +++ b/signinapp/static/qr.js @@ -58,7 +58,6 @@ let html5QrcodeScanner = new Html5QrcodeScanner( "reader", { fps: 10, - qrbox: 500, rememberLastUsedCamera: true }, /* verbose= */ false);