Skip to content

Commit fae84a5

Browse files
committed
fix: change camera facing mode from user to environment in TicketAuthorizationClient
1 parent 261a2ca commit fae84a5

File tree

1 file changed

+1
-1
lines changed
  • apps/ticket/src/app/(pages)/staff/ticket-authorization/_clientBoundary/TicketAuthorizationClient

1 file changed

+1
-1
lines changed

apps/ticket/src/app/(pages)/staff/ticket-authorization/_clientBoundary/TicketAuthorizationClient/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export const TicketAuthorizationClient = () => {
210210
qrCodeRef.current = html5QrCode;
211211

212212
await html5QrCode.start(
213-
{ facingMode: "user" }, // 전면 카메라
213+
{ facingMode: "environment" }, // 전면 카메라
214214
{
215215
fps: 10, // 초당 프레임
216216
qrbox: (viewfinderWidth: number, viewfinderHeight: number) => {

0 commit comments

Comments
 (0)