Skip to content

Commit ec2d8fa

Browse files
committed
Remove auth handle call from the login handle, function is already being called by the onAuth firebase function when the user state changes
1 parent e0526a5 commit ec2d8fa

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
@@ -151,8 +151,6 @@
151151
if (error) {
152152
// an error occurred while attempting login
153153
this.fire('error', error);
154-
} else {
155-
this._authHandler(user);
156154
}
157155
},
158156

0 commit comments

Comments
 (0)