summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-12-24 17:33:18 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-12-24 17:33:18 -0500
commitbff6127032bd5155e4f9715d08b9693b5a2af913 (patch)
treeb3fbf02bdebaa22cfdfdb267c9e5ecd5c9099bed /www/js/LoginCtrl.js
parent2ebe8c3c3e4abacda72186c0b28233b036bd4fab (diff)
#122 - you can cancel auth attempts and go directly to login
Former-commit-id: 874cf34492aa09f69952a81c29626a9997f63602
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js2
1 files changed, 1 insertions, 1 deletions
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("<button class='button button-clear' style='line-height: normal; min-height: 0; min-width: 0;' ng-click='$root.cancelAuth()'><i class='ion-close-circled'></i></button>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