mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
prefilling user refactoring
This commit is contained in:
@@ -459,7 +459,7 @@ export default {
|
||||
this.$scrollTop()
|
||||
this.$store.commit('PROCESSING_POPUP', undefined)
|
||||
|
||||
if (this.config.isDemo || this.config.isDev) {
|
||||
if (this.config.isPrefilledUsers) {
|
||||
this.loginEmail = 'howdy@hi5ve.digital'
|
||||
this.loginPassword = 'vuefilemanager'
|
||||
}
|
||||
|
||||
@@ -278,7 +278,7 @@ export default {
|
||||
this.$router.push({name: 'Files'})
|
||||
}
|
||||
|
||||
if (this.config.isDemo || this.config.isDev) {
|
||||
if (this.config.isPrefilledUsers) {
|
||||
this.register = {
|
||||
name: 'John Doe',
|
||||
email: 'demo-' + Math.floor(Math.random() * 100000) + '@doe.com',
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
statusCheck: {!! $config->debug->statusCheck !!},
|
||||
isSetupWizardDemo: {{ $config->debug->isSetupWizardDemo }},
|
||||
isSetupWizardDebug: {{ $config->debug->isSetupWizardDebug }},
|
||||
isPrefilledUsers: {{ $config->debug->isPrefilledUsers }},
|
||||
|
||||
// States
|
||||
isEmptyPlans: {{ $config->payments->isEmptyPlans }},
|
||||
|
||||
Reference in New Issue
Block a user