Move customizable terms-of-service into its separate .html file.

This commit is contained in:
Shpuld Shpuldson 2017-06-19 16:35:35 +03:00
parent 95605c32f1
commit bfbc94d697
4 changed files with 18 additions and 4 deletions

View file

@ -4,6 +4,9 @@ const registration = {
error: false,
registering: false
}),
computed: {
termsofservice () { return this.$store.state.config.tos }
},
methods: {
submit () {
this.registering = true