mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
setup wizard update
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="content-headline">
|
||||
<settings-icon size="40" class="title-icon"></settings-icon>
|
||||
<h1>Setup Wizard</h1>
|
||||
<h2>Please verify your purchase code before continue to set up your application.</h2>
|
||||
<h2>Please set your purchase code before continue to set up your application.</h2>
|
||||
</div>
|
||||
|
||||
<ValidationObserver @submit.prevent="verifyPurchaseCode" ref="verifyPurchaseCode" v-slot="{ invalid }" tag="form" class="form inline-form">
|
||||
@@ -56,7 +56,7 @@
|
||||
data() {
|
||||
return {
|
||||
isLoading: false,
|
||||
purchaseCode: 'e3420e63-ce6f-4d04-9b3e-f7f5cc6af7c6'
|
||||
purchaseCode: 'e3420e63-ce6f-4d04-9b3e-f7f5cc6af7c6',
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -80,6 +80,8 @@
|
||||
// End loading
|
||||
this.isLoading = false
|
||||
|
||||
localStorage.setItem('purchase_code', this.purchaseCode)
|
||||
|
||||
// Redirect to next step
|
||||
this.$router.push({name: 'Database'})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user