language switcher cleanup

This commit is contained in:
Henry Jameson 2025-08-05 17:00:39 +03:00
commit 6e44a3afa9
5 changed files with 71 additions and 75 deletions

View file

@ -472,10 +472,6 @@ export default {
params.header = this.newBannerFile
}
if (this.emailLanguage) {
params.language = localeService.internalToBackendLocaleMulti(this.emailLanguage)
}
this.$store.state.api.backendInteractor
.updateProfile({ params })
.then((user) => {