Skip to content

Commit

Permalink
Merge 7dd9ca4 into 1fd591d
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltop committed Jun 19, 2020
2 parents 1fd591d + 7dd9ca4 commit f35bc35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/http/request.js
Expand Up @@ -27,7 +27,6 @@ var req = exports = module.exports = {};
* @param {Function} done
* @api public
*/
req.login =
req.logIn = function(user, options, done) {
if (typeof options == 'function') {
done = options;
Expand Down Expand Up @@ -61,7 +60,6 @@ req.logIn = function(user, options, done) {
*
* @api public
*/
req.logout =
req.logOut = function() {
var property = 'user';
if (this._passport && this._passport.instance) {
Expand Down

0 comments on commit f35bc35

Please sign in to comment.