mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
change
this.$i18n.set(this.user.locale || 'en')
This commit is contained in:
parent
fea0b60c2d
commit
826924ad7e
@ -26,7 +26,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleSuccess() {
|
||||
this.$i18n.set(this.user.locale)
|
||||
this.$i18n.set(this.user.locale || 'en')
|
||||
this.$router.replace(this.$route.query.path || '/')
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user