Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Faelayis committed Jan 30, 2024
1 parent 83e1e6d commit d57127f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 41 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmru-e-sport",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"author": "ZismailDev <[email protected]>",
"contributors": [
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@cmru-comsci-66/e-sport-database": "1.0.2",
"@cmru-comsci-66/e-sport-nextjs-server": "1.0.3",
"@cmru-comsci-66/e-sport-nextjs-server": "1.2.1",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
Expand Down
81 changes: 43 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/pages/api/auth/[...nextauth].js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ 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,
clientSecret: process.env.DISCORD_SECRET
},
GitHubProvider: {
clientId: process.env.GITHUB_ID,
clientSecret: process.env.GITHUB_SECRET
Expand Down

0 comments on commit d57127f

Please sign in to comment.