Skip to content

Commit

Permalink
chore: remove Basecamp from dev app
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Aug 4, 2021
1 parent c0311cf commit 67fa328
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/pages/api/auth/[...nextauth].js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import IDS4Provider from "next-auth/providers/identity-server4"
import Twitch from "next-auth/providers/twitch"
import GoogleProvider from "next-auth/providers/google"
import FacebookProvider from "next-auth/providers/facebook"
import BasecampProvider from "next-auth/providers/basecamp"
import FoursquareProvider from "next-auth/providers/foursquare"
// import FreshbooksProvider from "next-auth/providers/freshbooks"
import GitlabProvider from "next-auth/providers/gitlab"
Expand Down Expand Up @@ -70,10 +69,6 @@ export default NextAuth({
clientId: process.env.FACEBOOK_ID,
clientSecret: process.env.FACEBOOK_SECRET,
}),
BasecampProvider({
clientId: process.env.BASECAMP_ID,
clientSecret: process.env.BASECAMP_SECRET,
}),
FoursquareProvider({
clientId: process.env.FOURSQUARE_ID,
clientSecret: process.env.FOURSQUARE_SECRET,
Expand Down

0 comments on commit 67fa328

Please sign in to comment.