From 02d9c0302c26accb1697a07306a0a7ed358663fa Mon Sep 17 00:00:00 2001 From: Shiva Date: Mon, 20 May 2024 18:55:04 +0530 Subject: [PATCH] Revert "[INJIVER-139] Added option to select rear camera by default" This reverts commit 33418ab41efecd3de67acee1501d6012891dbc8c. Signed-off-by: Shiva --- .../src/components/Home/VerificationSection/QrScanner.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inji-verify/src/components/Home/VerificationSection/QrScanner.tsx b/inji-verify/src/components/Home/VerificationSection/QrScanner.tsx index a352230b..e1f42bdd 100644 --- a/inji-verify/src/components/Home/VerificationSection/QrScanner.tsx +++ b/inji-verify/src/components/Home/VerificationSection/QrScanner.tsx @@ -63,8 +63,7 @@ function QrScanner({setActiveStep, setQrData}: { "min": 640, "ideal": 720, "max": 1080 - }, - facingMode: "environment" + } }, delayBetweenScanSuccess: 100000 // Scan once }}