Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mshumayl committed Apr 21, 2023
1 parent 4e9a08f commit 27a6dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const authOptions: NextAuthOptions = {
clientSecret: env.GITHUB_CLIENT_SECRET,
httpOptions: {
timeout: 20000,
}
},
})
/**
* ...add more providers here.
Expand Down

1 comment on commit 27a6dc3

@vercel
Copy link

@vercel vercel bot commented on 27a6dc3 Apr 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.