Commit 6860465521983368a7fd36b23c6303525853e329

Authored by Rafael Diego
2 parents 856e7266 ef93417f

Merge branch 'correcao-ranking'

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