Skip to content

Commit

Permalink
Hotfix: Update router to match
Browse files Browse the repository at this point in the history
  • Loading branch information
AydanPirani authored Aug 15, 2023
1 parent ec94aac commit a159665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/auth/auth-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ passport.use(Provider.GITHUB, new GitHubStrategy({
passport.use(Provider.GOOGLE, new GoogleStrategy({
clientID: process.env.GOOGLE_OAUTH_ID ?? "",
clientSecret: process.env.GOOGLE_OAUTH_SECRET ?? "",
callbackURL: Constants.GOOGLE_OAUTH_CALLBACK,
}, verifyFunction));


Expand Down

0 comments on commit a159665

Please sign in to comment.