summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-08-12 11:43:07 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-08-12 11:43:07 -0400
commitf11b5e9416d808ce92480c164dce389e233609df (patch)
tree66251ee4b16970d5bc991c55263d65eb49ab1ef6 /www/js/LoginCtrl.js
parent5a81200bd99bd176a303d5ee05359d304fa499b8 (diff)
test
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index d4b6b601..cd6861a8 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -841,7 +841,7 @@ function mobilePinConfig () {
// possible image digits changed between servers
NVR.getKeyConfigParams(0);
- console.log ('In loginCtrl, token is '+$rootScope.authSession)
+ console.log ('In loginCtrl, token is '+$rootScope.authSession);
apiurl = $scope.loginData.apiurl + '/host/getVersion.json?'+$rootScope.authSession;
NVR.log("Validating APIs at " + apiurl);
@@ -886,7 +886,7 @@ function mobilePinConfig () {
if ($rootScope.userCancelledAuth) {
return;
}
-
+
NVR.displayBanner('error', [$translate.instant('kBannerAPICheckFailed'), $translate.instant('kBannerPleaseCheck')]);
NVR.log("API login error " + JSON.stringify(error));