fix worng variable name

This commit is contained in:
Moriz Wahl 2021-09-23 12:09:34 +02:00
parent 25833f58b4
commit bd42480fc0

View File

@ -95,7 +95,7 @@ export default {
mutation: updateUserInfos, mutation: updateUserInfos,
variables: { variables: {
email: this.$store.state.email, email: this.$store.state.email,
language: this.language, locale: this.language,
}, },
}) })
.then(() => { .then(() => {