diff --git a/firebase-auth.html b/firebase-auth.html
index 15e5b38..2d96abe 100644
--- a/firebase-auth.html
+++ b/firebase-auth.html
@@ -151,8 +151,6 @@
if (error) {
// an error occurred while attempting login
this.fire('error', error);
- } else {
- this._authHandler(user);
}
},