Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이세진
/
dev-profile
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
10
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Lee SeJin
2021-06-16 21:46:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1baf0dc542315cec632138ed5d744b61180cbbd3
1baf0dc5
1 parent
9850ee33
Login Update
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 @
1baf0dc
...
...
@@ -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