Update frontend/src/views/Pages/Register.vue

This commit is contained in:
Hannes Heine 2021-11-22 23:50:44 +01:00 committed by GitHub
parent ed3d9ca422
commit ab0d29bc31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,6 @@ export default {
methods: { methods: {
updateLanguage(e) { updateLanguage(e) {
this.language = e this.language = e
console.log('language', this.language)
this.$store.commit('language', this.language) this.$store.commit('language', this.language)
this.$i18n.locale = this.language this.$i18n.locale = this.language
localeChanged(this.language) localeChanged(this.language)