mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +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,
|
sessionId: this.$store.state.sessionId,
|
||||||
email: this.$store.state.email,
|
email: this.$store.state.email,
|
||||||
password: this.form.password,
|
password: this.form.password,
|
||||||
newPassword: this.form.newPassword.password,
|
passwordNew: this.form.newPassword.password,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user