Skip to content

Commit

Permalink
Remove Github Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
dv297 committed Nov 16, 2022
1 parent 586753d commit 9b92a42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const authHandler: NextApiHandler = (req, res) =>
export default authHandler;

const providers: Provider[] = [
GitHubProvider({
clientId: process.env.GITHUB_ID,
clientSecret: process.env.GITHUB_SECRET,
}),
// GitHubProvider({
// clientId: process.env.GITHUB_ID,
// clientSecret: process.env.GITHUB_SECRET,
// }),
GoogleProvider({
clientId: process.env.GOOGLE_AUTH_CLIENT_ID,
clientSecret: process.env.GOOGLE_AUTH_CLIENT_SECRET,
Expand Down

1 comment on commit 9b92a42

@vercel
Copy link

@vercel vercel bot commented on 9b92a42 Nov 16, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

planner – ./

planner-nine.vercel.app
planner-git-main-dv297.vercel.app
planner-dv297.vercel.app

Please sign in to comment.