Skip to content

Commit

Permalink
fix(postinstall): set as installed after postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Axolotle committed Jan 17, 2025
1 parent 63f4cfb commit 46d457c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/views/PostInstall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ async function performPostInstall(force = false) {
})
.then(() => {
// Display success message and allow the user to login
installed.value = true
goToStep('login')
})
.catch((err) => {
Expand Down

0 comments on commit 46d457c

Please sign in to comment.