Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Revert Facing Mode Set To Environment (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h authored Mar 31, 2023
1 parent 4073278 commit cab99dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/qr-scan.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const QrScan = (props: any) => {
className='pt-0'
>
<QrReader
constraints={{ facingMode: 'environment' }}
constraints={{}}
scanDelay={300}
onResult={handleScanResult}
/>
Expand Down

0 comments on commit cab99dc

Please sign in to comment.