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
@ -31,11 +31,10 @@ export default {
|
|||||||
try {
|
try {
|
||||||
await this.$router.replace(this.$route.query.path || '/')
|
await this.$router.replace(this.$route.query.path || '/')
|
||||||
} catch (err) {
|
} 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
|
// TODO this is causing trouble - most likely due to double redirect on terms&conditions
|
||||||
console.log(`Problem handling something: ${err}.`)
|
console.log(`Problem handling something: ${err}.`)
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user