Commit 9061ff62 by jaymehta

nextconfig

1 parent 5010f5b1
...@@ -85,6 +85,7 @@ export default NextAuth({ ...@@ -85,6 +85,7 @@ export default NextAuth({
} }
}) })
], ],
secret: process.env.NEXTAUTH_SECRET,
callbacks: { callbacks: {
session: async ({ session, token }) => { session: async ({ session, token }) => {
// console.log("session 1", session); // console.log("session 1", session);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!