Carson 7 hónapja
szülő
commit
61cc3a32d8
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/api/auth/[...nextauth]/route.ts

+ 1 - 1
app/api/auth/[...nextauth]/route.ts

@@ -2,7 +2,7 @@ import NextAuth from "next-auth";
 import CredentialsProvider from "next-auth/providers/credentials";
 import * as R from "ramda";
 
-export const authOptions = {
+const authOptions = {
   // Configure one or more authentication providers
   providers: [
     CredentialsProvider({