Skip to content

Commit

Permalink
Update [...nextauth].jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Faelayis committed Feb 10, 2024
1 parent 6e7e2a7 commit beb2fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/auth/[...nextauth].jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { nextAuthOptions } from '@cmru-comsci-66/e-sport-nextjs-server';

export default NextAuth(await nextAuthOptions(PrismaAdapter(prisma), {
NextAuth: {
SECRET: process.env.NEXTAUTH_SECRET
Secret: process.env.NEXTAUTH_SECRET
},
DiscordProvider: {
clientId: process.env.DISCORD_ID,
Expand Down

0 comments on commit beb2fd6

Please sign in to comment.