diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-19 16:35:35 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-19 16:35:35 +0300 |
| commit | bfbc94d697df9e80e0454fbae776b6dec85dfc9b (patch) | |
| tree | 177ce10e498b574a1c74e4c5b48d2885f05a57c5 /src/components/registration/registration.js | |
| parent | 95605c32f1a8d08d72eb60d34abead6067b79841 (diff) | |
Move customizable terms-of-service into its separate .html file.
Diffstat (limited to 'src/components/registration/registration.js')
| -rw-r--r-- | src/components/registration/registration.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/registration/registration.js b/src/components/registration/registration.js index 93be9baa..9e99197c 100644 --- a/src/components/registration/registration.js +++ b/src/components/registration/registration.js @@ -4,6 +4,9 @@ const registration = { error: false, registering: false }), + computed: { + termsofservice () { return this.$store.state.config.tos } + }, methods: { submit () { this.registering = true |
