Lint fix.

This commit is contained in:
Hannes Heine 2021-08-10 14:47:19 +02:00
parent 14bb60ac84
commit cc30b02389

View File

@ -66,7 +66,7 @@ export default {
.then((result) => {
this.$router.push('/thx/password')
})
.catch((error) => {
.catch(() => {
this.$router.push('/thx/password')
})
},