mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
- authentication fix
- demo helper
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user