Skip to content

Commit

Permalink
Update apps/nextjs/src/app/api/auth/[...nextauth]/route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Jan 7, 2025
1 parent e54eb27 commit b324e4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/nextjs/src/app/api/auth/[...nextauth]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { NextRequest, NextResponse } from "next/server";

import { handlers, isSecureContext } from "@acme/auth";

// Uncomment this line to enable edge runtime if your environment supports it
// export const runtime = "edge";

const EXPO_COOKIE_NAME = "__acme-expo-redirect-state";
const AUTH_COOKIE_PATTERN = /authjs\.session-token=([^;]+)/;
Expand Down

0 comments on commit b324e4f

Please sign in to comment.