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