Fixe the error case their is no method named error the used one is named catch.

This commit is contained in:
Hannes Heine 2021-08-10 13:55:20 +02:00
parent 9b8f8f620f
commit b64b3362e5

View File

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