diff --git a/core/src/components/login/UpdatePassword.vue b/core/src/components/login/UpdatePassword.vue index 5ee01772df..3b5ac32133 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') {