From c5da78012f8e6018c314a5a023a1cc15d2381e13 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Tue, 17 May 2016 09:31:22 -0400 Subject: #234 - add warning about password # and other funky chars Former-commit-id: 6cfff319a4e73eb23e71f67fd3d21dd5c028a77b --- www/js/WizardCtrl.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/js/WizardCtrl.js') diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js index d14cfeab..2e8ae18d 100644 --- a/www/js/WizardCtrl.js +++ b/www/js/WizardCtrl.js @@ -218,9 +218,12 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$ var tail = "/nph-zms?mode=single&monitor="+success; if ($scope.wizard.useauth && $scope.wizard.usezmauth) { + tail+= "&user="+$scope.wizard.zmuser+"&pass="+$scope.wizard.zmpassword; + console.log ("****CDING " + tail); } + $ionicLoading.show({ template: "discovering...", noBackdrop: true, -- cgit v1.2.3