diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-07-12 10:42:48 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-07-12 10:42:48 -0400 |
| commit | d9ca83b42a6bf4dfc125973d662da683ac9eabf3 (patch) | |
| tree | 506290a6171a695e6d4e21da422ddf54a73d54e3 /www/js/WizardCtrl.js | |
| parent | b6a29b41e89b0e889c93453a7ee1bc3bc8c5c245 (diff) | |
#668 switch to login API
Diffstat (limited to 'www/js/WizardCtrl.js')
| -rw-r--r-- | www/js/WizardCtrl.js | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
