Skip to content

Commit

Permalink
:(
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasra-G committed Feb 10, 2024
1 parent 367c3e5 commit 7d3cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/mybyte/pages/qrRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default function QrRead(props: any) {
<QrReader
className={"w-1/3 h-full"}
videoStyle={{"height": "100%", "width" : "100%"}}
constraints={{facingMode: 'rear'}}
constraints={{facingMode: 'back'}}
scanDelay={0}
onResult={async (result, _) => {
if (!result) return;
Expand Down

0 comments on commit 7d3cd4b

Please sign in to comment.