- authentication fix

- demo helper
This commit is contained in:
Peter Papp
2021-03-17 07:34:22 +01:00
parent 2c69553582
commit ce477fdaf1
13 changed files with 47 additions and 11653 deletions
+1 -2
View File
@@ -4,7 +4,7 @@
<!--System alerts-->
<Alert/>
<div id="application-wrapper" v-if="! isGuestLayout">
<div id="application-wrapper" v-if="config.isAuthenticated">
<!-- Full File Preview -->
<FileFullPreview/>
@@ -153,7 +153,6 @@ export default {
// Store config to vuex
this.$store.commit('INIT', {
authCookie: this.$root.$data.config.hasAuthCookie,
config: this.$root.$data.config,
rootDirectory: {
name: this.$t('locations.home'),