summaryrefslogtreecommitdiff
path: root/www/js/DataModel.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/DataModel.js
parent2ebe8c3c3e4abacda72186c0b28233b036bd4fab (diff)
#122 - you can cancel auth attempts and go directly to login
Former-commit-id: 874cf34492aa09f69952a81c29626a9997f63602
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 6d2bd45a..ebd95b10 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -430,6 +430,7 @@ angular.module('zmApp.controllers')
isReCaptcha: function()
{
var d=$q.defer();
+
var myurl =loginData.url;
zmLog ("Checking if reCaptcha is enabled in ZM...");
$http.get(myurl)