Skip to content

Commit

Permalink
Merge pull request #67 from honzalo/fix-onlogin-fired-twice
Browse files Browse the repository at this point in the history
_authHandler called twice during login
  • Loading branch information
ebidel committed Jan 20, 2016
2 parents cf566a4 + ec2d8fa commit 37d1f69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions firebase-auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@
if (error) {
// an error occurred while attempting login
this.fire('error', error);
} else {
this._authHandler(user);
}
},

Expand Down

0 comments on commit 37d1f69

Please sign in to comment.