Commit d6a0a8d6d4a169297220dc189cb3722a748d71a9
1 parent
a24950ab
Exists in
master
and in
4 other branches
correcoes
Showing
4 changed files
with
1 additions
and
1 deletions
Show diff stats
No preview for this file type
src/app/pages/auth/newPassword.controller.js
@@ -43,7 +43,7 @@ | @@ -43,7 +43,7 @@ | ||
43 | 43 | ||
44 | // get form data | 44 | // get form data |
45 | var data = { | 45 | var data = { |
46 | - code: newPasswordForm.code, | 46 | + code: newPasswordForm.code.$modelValue, |
47 | newPassword: newPasswordForm.newPassword.$modelValue, | 47 | newPassword: newPasswordForm.newPassword.$modelValue, |
48 | newPasswordConfirmation: newPasswordForm.newPasswordConfirmation.$modelValue | 48 | newPasswordConfirmation: newPasswordForm.newPasswordConfirmation.$modelValue |
49 | }; | 49 | }; |
37.6 KB
30.8 KB