Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mickelindahl committed Apr 23, 2017
2 parents c005aa2 + f028dce commit 37ab50a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Auth.prototype.login = function ( x ) {
url: x.self.url.login,
data: {
user: $( x.self.selector.user ).val(),
password: $( x.self.selector.user ).val(),
password: $( x.self.selector.password ).val(),
}
} ).done( function ( response ) {

Expand Down

0 comments on commit 37ab50a

Please sign in to comment.