This commit is contained in:
Čarodej
2022-05-10 16:15:10 +02:00
parent 8470e8dcb7
commit 1ed8a119c6
18 changed files with 30 additions and 35 deletions

View File

@@ -118,11 +118,6 @@ export default {
this.isLoaded = true
})
}
// Go to sign in page if homepage is disabled
if (!this.$root.$data.config.allowHomepage && window.location.pathname === '/') {
this.$router.push({ name: 'SignIn' })
}
},
created() {
if (this.$isWindows()) {