mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 01:32:15 +00:00
Admin & User account frontend consolidation
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
...mapGetters(['config']),
|
||||
},
|
||||
mounted() {
|
||||
if (this.config.installation === 'setup-done' || this.config.installation === 'quiet-update')
|
||||
if (this.config.installation === 'setup-done')
|
||||
this.$router.push({name: 'SignIn'})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user