add method redeemLink, add text that shows the code in the formular

This commit is contained in:
ogerly 2022-03-20 11:42:16 +01:00
parent 6829d7eeac
commit 3f76db7f21

View File

@ -109,9 +109,7 @@ export default {
if (this.$route.params.code) { if (this.$route.params.code) {
this.redeemLink(this.$route.params.code) this.redeemLink(this.$route.params.code)
} }
this.$router.push('/overview') this.$router.push('/overview')
loader.hide() loader.hide()
}) })
.catch((error) => { .catch((error) => {