From bff6127032bd5155e4f9715d08b9693b5a2af913 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 24 Dec 2015 17:33:18 -0500 Subject: #122 - you can cancel auth attempts and go directly to login Former-commit-id: 874cf34492aa09f69952a81c29626a9997f63602 --- www/js/LoginCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/LoginCtrl.js') diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 7a58b43f..b72e00cb 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -388,7 +388,7 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r - zmAutoLogin.doLogin("authenticating...") + zmAutoLogin.doLogin("authenticating...") // Do the happy menu only if authentication works // if it does not work, there is an emitter for auth // fail in app.js that will be called to show an error -- cgit v1.2.3