浏览代码

fix: random

Carson 11 月之前
父节点
当前提交
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({