Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit c326c5f

Browse files
Manuel Proßizzyyhh
authored andcommitted
fix(web): remove export of authOptions to fix pipeline
1 parent 65133f7 commit c326c5f

File tree

1 file changed

+1
-1
lines changed
  • web/src/app/api/auth/[...nextauth]

1 file changed

+1
-1
lines changed

web/src/app/api/auth/[...nextauth]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import GithubProvider from "next-auth/providers/github";
22
import NextAuth from "next-auth/next";
33

4-
export const authOptions = {
4+
const authOptions = {
55
providers: [
66
GithubProvider({
77
clientId: process.env.GITHUB_ID ?? "",

0 commit comments

Comments
 (0)