webapp lint fix

This commit is contained in:
Ulf Gebhardt 2021-04-10 12:07:39 +02:00
parent 19ca8390e7
commit 7c67b24e0e
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -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}.`)
} }
}, },
}, },
} }