diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-12 11:43:07 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-08-12 11:43:07 -0400 |
| commit | f11b5e9416d808ce92480c164dce389e233609df (patch) | |
| tree | 66251ee4b16970d5bc991c55263d65eb49ab1ef6 /www/js/LoginCtrl.js | |
| parent | 5a81200bd99bd176a303d5ee05359d304fa499b8 (diff) | |
test
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 4 |
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)); |
