v1.7 beta.3

This commit is contained in:
carodej
2020-07-16 16:51:27 +02:00
parent abe7f0dafd
commit 59b6dfb841
11 changed files with 187 additions and 45 deletions

View File

@@ -11,8 +11,8 @@
...mapGetters(['config']),
},
mounted() {
if (this.config.installation === 'setup-done' || this.config.installation === 'quiet-update')
this.$router.push({name: 'SignIn'})
//if (this.config.installation === 'setup-done' || this.config.installation === 'quiet-update')
//this.$router.push({name: 'SignIn'})
}
}
</script>