Skip to content

Commit e744a6b

Browse files
authored
Denote err trapability (OpenUserJS#1417)
* Currently unused but there if we need it and code sig compliance Post OpenUserJS#1416 Auto-merge
1 parent 8c35610 commit e744a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ exports.callback = function (aReq, aRes, aNext) {
303303
doneUri = aReq.session.redirectTo;
304304
delete aReq.session.redirectTo;
305305

306-
expandSession(aReq, aUser, function () {
306+
expandSession(aReq, aUser, function (aErr) {
307307
aRes.redirect(doneUri);
308308
});
309309
}

0 commit comments

Comments
 (0)