mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add method redeemLink, add text that shows the code in the formular
This commit is contained in:
parent
6829d7eeac
commit
3f76db7f21
@ -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) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user