Skip to content

Commit

Permalink
reorder clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 committed Dec 3, 2024
1 parent 31b5755 commit b3b4c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings/developer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
on:click={async _ => {
await clearState()
.then(() => {
goto(Route.Unlock)
setTimeout(() => {
goto(Route.Unlock)
location.reload()
}, 500)
})
Expand Down

0 comments on commit b3b4c65

Please sign in to comment.