paystack refactoring

This commit is contained in:
Čarodej
2022-03-04 13:36:28 +01:00
parent 0f6dd0304f
commit cad1a1680c
5 changed files with 81 additions and 80 deletions
+10
View File
@@ -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>