index.blade.php refactored

This commit is contained in:
Peter Papp
2021-03-13 19:32:56 +01:00
parent deaac3717c
commit 9c3c044623
4 changed files with 42 additions and 37 deletions
-4
View File
@@ -273,10 +273,6 @@
})
},
},
created() {
if (this.config.latest_upgrade === '1.7')
this.$router.push({name: 'SignIn'})
}
}
</script>