Browse Source

fix: random

Carson 7 months ago
parent
commit
61cc3a32d8
1 changed files with 1 additions and 1 deletions
  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({