Skip to content

Commit

Permalink
cjsdlkf
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam committed Dec 6, 2024
1 parent 8bace22 commit 912c83b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export async function middleware(req: NextRequestWithAuth) {
if (pathname.startsWith('/api/mobile')) {
return withMobileAuth(req);
}
console.log('pathname', pathname);
return await withAuth(req);
}

Expand Down

0 comments on commit 912c83b

Please sign in to comment.