diff --git a/src/app/components/auth/auth.service.js b/src/app/components/auth/auth.service.js index 8f17cd9..f2339ec 100644 --- a/src/app/components/auth/auth.service.js +++ b/src/app/components/auth/auth.service.js @@ -119,7 +119,7 @@ encodedData += '&password_confirmation=' + data.newPasswordConfirmation; return $http - .patch(url, encodedData) + .patch(url + '?' + encodedData) .then(function(response) { $log.debug('AuthService.changePassword [SUCCESS] response', response); -- libgit2 0.21.2