Skip to content

Commit 37d1f69

Browse files
committed
Merge pull request #67 from honzalo/fix-onlogin-fired-twice
_authHandler called twice during login
2 parents cf566a4 + ec2d8fa commit 37d1f69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

firebase-auth.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@
153153
if (error) {
154154
// an error occurred while attempting login
155155
this.fire('error', error);
156-
} else {
157-
this._authHandler(user);
158156
}
159157
},
160158

0 commit comments

Comments
 (0)