Commit a1252b18771eed673bff7cc9dba7980efea10924

Authored by Rafael Diego
2 parents e6d4b9a3 68604655

Merge branch 'master' into staging

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/pages/auth/newPassword.controller.js
... ... @@ -43,7 +43,7 @@
43 43  
44 44 // get form data
45 45 var data = {
46   - code: newPasswordForm.code.$modelValue,
  46 + code: newPasswordForm.code,
47 47 newPassword: newPasswordForm.newPassword.$modelValue,
48 48 newPasswordConfirmation: newPasswordForm.newPasswordConfirmation.$modelValue
49 49 };
... ...