fixed build issues from nextauth
This commit is contained in:
@@ -183,7 +183,7 @@ const authOptions = (locale, req) => {
|
||||
}),
|
||||
],
|
||||
adapter: PrismaAdapter(prisma),
|
||||
secret: process.env.SECRET,
|
||||
secret: process.env.NEXTAUTH_SECRET,
|
||||
session: {
|
||||
jwt: true,
|
||||
pages: {},
|
||||
|
||||
Reference in New Issue
Block a user