diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-07 11:46:04 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-07 11:46:04 -0500 |
| commit | 58039e034a7078868839c74a6c7e1970d670dd5b (patch) | |
| tree | b1561936a01e363fcb61faeafb3ab8e87862ddc8 | |
| parent | e5c31879213c3038abcf7fe1d84fef28dd5bf6ba (diff) | |
nits
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | www/js/WizardCtrl.js | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index ef12e701..1dd678a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version":"1.3.029", + "version": "1.3.029", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -176,4 +176,4 @@ ] } } -} +}
\ No newline at end of file diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js index 0852f4f6..8a5f1ac4 100644 --- a/www/js/WizardCtrl.js +++ b/www/js/WizardCtrl.js @@ -356,7 +356,7 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$ } if ($scope.wizard.useauth && $scope.wizard.usebasicauth) { - NVRDataModel.debug ("setting basic auth"); + NVRDataModel.debug ("setting basic auth with "+$scope.wizard.basicuser+":"+$scope.wizard.basicpassword); cordova.plugin.http.useBasicAuth($scope.wizard.basicuser, $scope.wizard.basicpassword); } |
