Fix lint errors

This commit is contained in:
roschaefer 2019-11-04 20:55:08 +01:00
parent 056f2d32a1
commit fea0b60c2d

View File

@ -25,8 +25,8 @@ export default {
}
},
methods: {
handleSuccess() {
this.$i18n.set(this.user.locale)
handleSuccess() {
this.$i18n.set(this.user.locale)
this.$router.replace(this.$route.query.path || '/')
},
},