From d9ca83b42a6bf4dfc125973d662da683ac9eabf3 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 12 Jul 2018 10:42:48 -0400 Subject: #668 switch to login API --- 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 62bc213c..20029ed1 100644 --- a/www/js/WizardCtrl.js +++ b/www/js/WizardCtrl.js @@ -14,6 +14,9 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$ function login(u, zmu, zmp) { var d = $q.defer(); + + + $http({ method: 'POST', //withCredentials: true, -- cgit v1.2.3