Skip to content

Commit

Permalink
Denote err trapability
Browse files Browse the repository at this point in the history
* Currently unused but there if we need it and code sig compliance

Post OpenUserJS#1416
  • Loading branch information
Martii committed Jun 12, 2018
1 parent 8c35610 commit 2c32dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ exports.callback = function (aReq, aRes, aNext) {
doneUri = aReq.session.redirectTo;
delete aReq.session.redirectTo;

expandSession(aReq, aUser, function () {
expandSession(aReq, aUser, function (aErr) {
aRes.redirect(doneUri);
});
}
Expand Down

0 comments on commit 2c32dff

Please sign in to comment.