Commit ef93417ff5079c7ad066fa63a9142cfb318f0993

Authored by Rafael Diego
1 parent 56d33e4c

correcao

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 };
... ...