summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index 02a39f73..89bde3c0 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -173,6 +173,8 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
$scope.loginData.username = $scope.loginData.username.trim();
$scope.loginData.streamingurl = $scope.loginData.streamingurl.trim();
$scope.loginData.eventServer = $scope.loginData.eventServer.trim();
+
+
$scope.loginData.isUseAuth = ($scope.check.isUseAuth) ? "1" : "0";
$scope.loginData.isUseEventServer = ($scope.check.isUseEventServer) ? "1" : "0";