diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/src/components/login/UpdatePassword.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/login/UpdatePassword.vue b/core/src/components/login/UpdatePassword.vue index 5ee01772df7..3b5ac32133d 100644 --- a/core/src/components/login/UpdatePassword.vue +++ b/core/src/components/login/UpdatePassword.vue @@ -103,7 +103,7 @@ try { const { data } = await Axios.post(this.resetPasswordTarget, { - password: this.user, + password: this.password, proceed: this.proceed }) if (data && data.status === 'success') { |