mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
- added region list to setup wizard
- dark mode disabled input fix - fixed deprecated scopes - updated screenshots for SaaS version
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
...mapGetters(['config']),
|
||||
},
|
||||
mounted() {
|
||||
//if (this.config.installation === 'setup-done' || this.config.installation === 'quiet-update')
|
||||
//this.$router.push({name: 'SignIn'})
|
||||
if (this.config.installation === 'setup-done' || this.config.installation === 'quiet-update')
|
||||
this.$router.push({name: 'SignIn'})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user