Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -7,7 +7,7 @@ passport.use(new GithubStrategy( | ... | @@ -7,7 +7,7 @@ passport.use(new GithubStrategy( |
7 | { | 7 | { |
8 | clientID: process.env.GH_ID, | 8 | clientID: process.env.GH_ID, |
9 | clientSecret: process.env.GH_SECRET, | 9 | clientSecret: process.env.GH_SECRET, |
10 | - callbackURL: `http://localhost:5500/auth/github/callback` | 10 | + callbackURL: `https://dev-profile-2021.herokuapp.com/auth/github/callback` |
11 | }, | 11 | }, |
12 | githubLoginCallback | 12 | githubLoginCallback |
13 | ) | 13 | ) | ... | ... |
-
Please register or login to post a comment