mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
paystack refactoring
This commit is contained in:
@@ -262,6 +262,16 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.$scrollTop()
|
||||
|
||||
if (this.config.isDemo || this.config.isDev) {
|
||||
this.register = {
|
||||
name: 'John Doe',
|
||||
email: 'demo-' + Math.floor(Math.random() * 100000) + '@doe.com',
|
||||
password: 'vuefilemanager',
|
||||
password_confirmation: 'vuefilemanager',
|
||||
reCaptcha: null,
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user