Added Email as parameter for the change language updateUserInfos.

This commit is contained in:
elweyn 2021-09-22 11:02:20 +02:00
parent ce725b1032
commit a404be1cfb

View File

@ -93,6 +93,7 @@ export default {
.query({
query: updateUserInfos,
variables: {
email: this.$store.email,
language: this.$store.state.language,
},
})