mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Remove the base url from the frontend.
This commit is contained in:
parent
e49892d69c
commit
54f5a0123f
@ -18,7 +18,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
url: `${window.location.origin}/redeem/${this.code}`,
|
||||
url: `${this.code}`,
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user