From 895614c3532df0eb8f6590e5b7e070689c06350b Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Thu, 12 Aug 2021 22:14:38 +0200 Subject: [PATCH] Wrong apollo variables made that we got a success but didn't change the password. --- .../src/views/Pages/UserProfile/UserCard_FormUserPasswort.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Pages/UserProfile/UserCard_FormUserPasswort.vue b/frontend/src/views/Pages/UserProfile/UserCard_FormUserPasswort.vue index 2ca9f4629..a9be983c1 100644 --- a/frontend/src/views/Pages/UserProfile/UserCard_FormUserPasswort.vue +++ b/frontend/src/views/Pages/UserProfile/UserCard_FormUserPasswort.vue @@ -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(() => {