Carson 7 ヶ月 前
コミット
61cc3a32d8
1 ファイル変更1 行追加1 行削除
  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({