This commit is contained in:
Čarodej
2022-04-29 09:14:49 +02:00
parent 241b4c04ba
commit 623b7a9c9a
15 changed files with 56 additions and 55 deletions
+2 -1
View File
@@ -441,7 +441,8 @@ export default {
this.$router.push({name: 'Files'})
}
if (this.config.isDemo || this.config.isDev) {
//if (this.config.isDemo || this.config.isDev) {
if (this.config.isDemo) {
this.loginEmail = 'howdy@hi5ve.digital'
this.loginPassword = 'vuefilemanager'
}