mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Wrong apollo variables made that we got a success but didn't change the password.
This commit is contained in:
parent
9117cc3f2d
commit
895614c353
@ -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(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user