From f5690434a959c7cbc77f2785b1c744a78abd773c Mon Sep 17 00:00:00 2001 From: Dagwaging Date: Sun, 26 Apr 2015 00:36:43 -0400 Subject: [PATCH] Fix for https://github.com/Polymer/firebase-element/issues/17 --- firebase-login.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/firebase-login.html b/firebase-login.html index cff2265..8a33964 100644 --- a/firebase-login.html +++ b/firebase-login.html @@ -171,8 +171,6 @@ if (error) { // an error occurred while attempting login this.fire('error', error); - } else { - this._authHandler(user); } },