Skip to content

Commit

Permalink
Merge pull request #199 from ugahacks/feature/scanner_hotfix
Browse files Browse the repository at this point in the history
scanner? ion even know her
  • Loading branch information
Kasra-G authored Feb 10, 2024
2 parents c50aa9b + 7d3cd4b commit aa7d891
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 aa7d891

Please sign in to comment.