Move customizable terms-of-service into its separate .html file.
This commit is contained in:
parent
95605c32f1
commit
bfbc94d697
4 changed files with 18 additions and 4 deletions
|
@ -4,6 +4,9 @@ const registration = {
|
|||
error: false,
|
||||
registering: false
|
||||
}),
|
||||
computed: {
|
||||
termsofservice () { return this.$store.state.config.tos }
|
||||
},
|
||||
methods: {
|
||||
submit () {
|
||||
this.registering = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue