Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021_dev-profile
/
dev-profile
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Lee SeJin
2021-06-08 01:24:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dbeca84d730d5b0f752f96b3425f5020a5a7bffd
dbeca84d
1 parent
68c817fc
Passport callbackUrl fix for heroku
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/passport.js
src/passport.js
View file @
dbeca84
...
...
@@ -7,7 +7,7 @@ passport.use(new GithubStrategy(
{
clientID
:
process
.
env
.
GH_ID
,
clientSecret
:
process
.
env
.
GH_SECRET
,
callbackURL
:
`http
://localhost:5500
/auth/github/callback`
callbackURL
:
`http
s://dev-profile-2021.herokuapp.com
/auth/github/callback`
},
githubLoginCallback
)
...
...
Please
register
or
login
to post a comment