From 2503874f3da1bf922e6f693740d8193b4ad002a7 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 10 Mar 2017 09:56:22 -0500 Subject: #459 - forgot to return after resolve, was falling through into auth --- www/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 7df17a9d..13f1378a 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -925,6 +925,7 @@ angular.module('zmApp', [ d.resolve("Login Success"); $rootScope.$emit('auth-success', 'no auth'); + return (d.promise); } -- cgit v1.2.3