setup wizard refactoring

This commit is contained in:
Čarodej
2022-04-27 11:42:28 +02:00
parent 39c94473c8
commit 08ee6567bc
21 changed files with 51 additions and 527 deletions

View File

@@ -113,7 +113,6 @@ export default {
],
storage: undefined,
mail: undefined,
broadcast: undefined,
}
},
methods: {
@@ -134,7 +133,6 @@ export default {
// Send request to get verify account
axios
.post('/api/setup/environment-setup', {
broadcast: this.broadcast,
environment: this.environment,
storage: this.storage,
mailDriver: this.mail.driver,