Skip to content

Commit

Permalink
IG-200 - bounce to main screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyespley-pa committed Jun 11, 2020
1 parent 7e63764 commit 4598e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/auth/strategies/linkedin.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const strategy = app => {
delete req.param.returnpage;
}

let redirectUrl = process.env.homeURL + redirect;
let redirectUrl = process.env.homeURL;

return res
.status(200)
Expand Down

0 comments on commit 4598e72

Please sign in to comment.