Wrong apollo variables made that we got a success but didn't change the password.

This commit is contained in:
Hannes Heine 2021-08-12 22:14:38 +02:00
parent 9117cc3f2d
commit 895614c353

View File

@ -84,7 +84,7 @@ export default {
sessionId: this.$store.state.sessionId,
email: this.$store.state.email,
password: this.form.password,
newPassword: this.form.newPassword.password,
passwordNew: this.form.newPassword.password,
},
})
.then(() => {