- upgrade service to 1.8.1 from 1.8

- Landing page for Regular Licenses
- Legal pages for Regular Licenses
This commit is contained in:
Peter Papp
2021-01-17 16:21:49 +01:00
parent 973b301a46
commit a0c39bd955
20 changed files with 186 additions and 209 deletions
+1 -7
View File
@@ -14,7 +14,7 @@
<MainFeatures />
<!--Pricing Tables-->
<PricingTables />
<PricingTables v-if="config.isSaaS" />
<!--Get Started Call To Action-->
<GetStarted />
@@ -60,13 +60,7 @@
isLoading: true,
}
},
beforeMount() {
if (! this.config.isSaaS) {
this.$router.push({name: 'SignIn'})
}
},
mounted() {
if (! this.config.isSaaS) return
// Get page content
axios.get('/api/content', {