Skip to content

Commit

Permalink
Added next-auth secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbioinfo committed Jan 4, 2024
1 parent 7d06d69 commit ad2b558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nanolims_app/pages/api/auth/[...nextauth].js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ export default NextAuth({
// error: "/auth/error",
// verifyRequest: "/auth/verify-request",
},
secret: process.env.NEXTAUTH_SECRET,
});

0 comments on commit ad2b558

Please sign in to comment.