progress on setup and account view

This commit is contained in:
2023-09-06 15:54:33 +02:00
parent 4afeb7a146
commit b91337f831
6 changed files with 36 additions and 6 deletions

View File

@@ -169,6 +169,7 @@
}
},
proceed () {
// TODO: Perform checks
this.backendStore.addVisitedSetupPages( 'complete', true );
this.$router.push( 'complete' );
}