mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
webapp lint fix
This commit is contained in:
parent
19ca8390e7
commit
7c67b24e0e
@ -27,15 +27,14 @@ export default {
|
||||
methods: {
|
||||
async handleSuccess() {
|
||||
this.$i18n.set(this.user.locale || 'en')
|
||||
|
||||
|
||||
try {
|
||||
await this.$router.replace(this.$route.query.path || '/')
|
||||
} catch (err) {
|
||||
//throw new Error(`Problem handling something: ${err}.`);
|
||||
// throw new Error(`Problem handling something: ${err}.`);
|
||||
// TODO this is causing trouble - most likely due to double redirect on terms&conditions
|
||||
console.log(`Problem handling something: ${err}.`)
|
||||
}
|
||||
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user